#F8B696

Color #F8B696 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F8B696

Tints of Mandys Pink #F8B696

Color information

#F8B696 (or 0xF8B696) is unknown color: approx Mandys Pink. HEX triplet: F8, B6 and 96. RGB value is (248,182,150). Sum of RGB (Red+Green+Blue) = 248+182+150=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B696 is #074969. Grayscale: #C6C6C6. Windows color (decimal): -477546 or 9877240. OLE color: 9877240.

HSL color Cylindrical-coordinate representation of color #F8B696: hue angle of 19.59º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8B696 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248182150-
CMYK00.270.400.03
HSL19.59º87.5%78.04%-
HSV(B)19.59º39.52%97.25%-
XYZ60.9455.6136.38-
YUV198.09100.87163.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=42.76%
G=31.38%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818215000.270.400.0319.5987.578.04
HexF8B69601B28314584e
Octal37026622603350324130116
Binary111110001011011010010110011011101000111010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B696; }

 p { color: rgb(248,182,150); }

 H1.HeaderClassName
 {
   color: #F8B696;
 }
 .AnyTagClassName
 {
   color: #F8B696;
 }
</style>
background-color css

<style>
 a { background-color: #F8B696; }

 a { background-color: rgb(248,182,150); }

 div.DivClassName
 {
   background-color: #F8B696;
 }
 .BgClassName
 {
   background-color: #F8B696;
 }
</style>
border-color css

<style>
 span { border-color: #F8B696; }

 span { border-color: rgb(248,182,150); }

 td.TdClassName
 {
   border-color: #F8B696;
 }
 .TagClassName
 {
   border-color: #F8B696;
 }
</style>