#F6D1D6

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

Shades of Cherub #F6D1D6

Tints of Cherub #F6D1D6

Color information

#F6D1D6 (or 0xF6D1D6) is unknown color: approx Cherub. HEX triplet: F6, D1 and D6. RGB value is (246,209,214). Sum of RGB (Red+Green+Blue) = 246+209+214=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1D6 is #092E29. Grayscale: #DCDCDC. Windows color (decimal): -601642 or 14078454. OLE color: 14078454.

HSL color Cylindrical-coordinate representation of color #F6D1D6: hue angle of 351.89º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D1D6 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246209214-
CMYK00.150.130.04
HSL351.89º67.27%89.22%-
HSV(B)351.89º15.04%96.47%-
XYZ72.9470.0573.29-
YUV220.63124.26146.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=36.77%
G=31.24%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620921400.150.130.04351.8967.2789.22
HexF6D1D60FD41604359
Octal366321326017154540103131
Binary11110110110100011101011001111110110010110000010000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D1D6; }

 p { color: rgb(246,209,214); }

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

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

 a { background-color: rgb(246,209,214); }

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

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

 span { border-color: rgb(246,209,214); }

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