#F6D9DE

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

Shades of Cherub #F6D9DE

Tints of Cherub #F6D9DE

Color information

#F6D9DE (or 0xF6D9DE) is unknown color: approx Cherub. HEX triplet: F6, D9 and DE. RGB value is (246,217,222). Sum of RGB (Red+Green+Blue) = 246+217+222=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9DE is #092621. Grayscale: #E2E2E2. Windows color (decimal): -599586 or 14604790. OLE color: 14604790.

HSL color Cylindrical-coordinate representation of color #F6D9DE: hue angle of 349.66º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D9DE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246217222-
CMYK00.120.100.04
HSL349.66º61.7%90.78%-
HSV(B)349.66º11.79%96.47%-
XYZ7674.4979.48-
YUV226.24125.61142.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=35.91%
G=31.68%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621722200.120.100.04349.6661.790.78
HexF6D9DE0CA415e3e5b
Octal36633133601412453676133
Binary1111011011011001110111100110010101001010111101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9DE; }

 p { color: rgb(246,217,222); }

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

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

 a { background-color: rgb(246,217,222); }

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

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

 span { border-color: rgb(246,217,222); }

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