#F6D1D8

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

Shades of Cherub #F6D1D8

Tints of Cherub #F6D1D8

Color information

#F6D1D8 (or 0xF6D1D8) is unknown color: approx Cherub. HEX triplet: F6, D1 and D8. RGB value is (246,209,216). Sum of RGB (Red+Green+Blue) = 246+209+216=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1D8 is #092E27. Grayscale: #DCDCDC. Windows color (decimal): -601640 or 14209526. OLE color: 14209526.

HSL color Cylindrical-coordinate representation of color #F6D1D8: hue angle of 348.65º 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 #F6D1D8 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246209216-
CMYK00.150.120.04
HSL348.65º67.27%89.22%-
HSV(B)348.65º15.04%96.47%-
XYZ73.270.1574.65-
YUV220.86125.26145.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 209 (82.03% from 255) = 31.15%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=36.66%
G=31.15%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620921600.150.120.04348.6567.2789.22
HexF6D1D80FC415d4359
Octal366321330017144535103131
Binary11110110110100011101100001111110010010101110110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D1D8; }

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

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

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

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

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

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

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

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