#F1D6DE

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

Shades of Cherub #F1D6DE

Tints of Cherub #F1D6DE

Color information

#F1D6DE (or 0xF1D6DE) is unknown color: approx Cherub. HEX triplet: F1, D6 and DE. RGB value is (241,214,222). Sum of RGB (Red+Green+Blue) = 241+214+222=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6DE is #0E2921. Grayscale: #DEDEDE. Windows color (decimal): -928034 or 14604017. OLE color: 14604017.

HSL color Cylindrical-coordinate representation of color #F1D6DE: hue angle of 342.22º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D6DE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241214222-
CMYK00.110.080.05
HSL342.22º49.09%89.22%-
HSV(B)342.22º11.2%94.51%-
XYZ73.5172.0779.14-
YUV222.98127.45140.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 214 (83.98% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=35.60%
G=31.61%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121422200.110.080.05342.2249.0989.22
HexF1D6DE0B851563159
Octal36132633601310552661131
Binary1111000111010110110111100101110001011010101101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6DE; }

 p { color: rgb(241,214,222); }

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

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

 a { background-color: rgb(241,214,222); }

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

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

 span { border-color: rgb(241,214,222); }

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