#F1DAE0

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

Shades of Cherub #F1DAE0

Tints of Cherub #F1DAE0

Color information

#F1DAE0 (or 0xF1DAE0) is unknown color: approx Cherub. HEX triplet: F1, DA and E0. RGB value is (241,218,224). Sum of RGB (Red+Green+Blue) = 241+218+224=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAE0 is #0E251F. Grayscale: #E1E1E1. Windows color (decimal): -927008 or 14736113. OLE color: 14736113.

HSL color Cylindrical-coordinate representation of color #F1DAE0: hue angle of 344.35º degrees, saturation: 0.45, 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 #F1DAE0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241218224-
CMYK00.100.070.05
HSL344.35º45.1%90%-
HSV(B)344.35º9.54%94.51%-
XYZ74.874.2380.91-
YUV225.56127.12139.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=35.29%
G=31.92%
B=32.80%

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
Decimal24121822400.100.070.05344.3545.190
HexF1DAE00A751582d5a
Octal3613323400127553055132
Binary111100011101101011100000010101111011010110001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAE0; }

 p { color: rgb(241,218,224); }

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

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

 a { background-color: rgb(241,218,224); }

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

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

 span { border-color: rgb(241,218,224); }

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