#F1DCDE

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

Shades of Cherub #F1DCDE

Tints of Cherub #F1DCDE

Color information

#F1DCDE (or 0xF1DCDE) is unknown color: approx Cherub. HEX triplet: F1, DC and DE. RGB value is (241,220,222). Sum of RGB (Red+Green+Blue) = 241+220+222=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDE is #0E2321. Grayscale: #E2E2E2. Windows color (decimal): -926498 or 14605553. OLE color: 14605553.

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

Color convert

RGB241220222-
CMYK00.090.080.05
HSL354.29º42.86%90.39%-
HSV(B)354.29º8.71%94.51%-
XYZ75.0575.1679.66-
YUV226.51125.46138.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=35.29%
G=32.21%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122022200.090.080.05354.2942.8690.39
HexF1DCDE09851622b5a
Octal36133433601110554253132
Binary1111000111011100110111100100110001011011000101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCDE; }

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

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

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

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

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

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

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

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