#F1D9DF

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

Shades of Cherub #F1D9DF

Tints of Cherub #F1D9DF

Color information

#F1D9DF (or 0xF1D9DF) is unknown color: approx Cherub. HEX triplet: F1, D9 and DF. RGB value is (241,217,223). Sum of RGB (Red+Green+Blue) = 241+217+223=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DF is #0E2620. Grayscale: #E0E0E0. Windows color (decimal): -927265 or 14670321. OLE color: 14670321.

HSL color Cylindrical-coordinate representation of color #F1D9DF: hue angle of 345º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241217223-
CMYK00.100.070.05
HSL345º46.15%89.8%-
HSV(B)345º9.96%94.51%-
XYZ74.4173.6580.11-
YUV224.86126.95139.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=35.39%
G=31.86%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121722300.100.070.0534546.1589.8
HexF1D9DF0A751592e5a
Octal3613313370127553156132
Binary111100011101100111011111010101111011010110011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9DF; }

 p { color: rgb(241,217,223); }

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

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

 a { background-color: rgb(241,217,223); }

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

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

 span { border-color: rgb(241,217,223); }

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