#F0DCDF

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

Shades of Cherub #F0DCDF

Tints of Cherub #F0DCDF

Color information

#F0DCDF (or 0xF0DCDF) is unknown color: approx Cherub. HEX triplet: F0, DC and DF. RGB value is (240,220,223). Sum of RGB (Red+Green+Blue) = 240+220+223=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDF is #0F2320. Grayscale: #E2E2E2. Windows color (decimal): -992033 or 14671088. OLE color: 14671088.

HSL color Cylindrical-coordinate representation of color #F0DCDF: hue angle of 351º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DCDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240220223-
CMYK00.080.070.06
HSL351º40%90.2%-
HSV(B)351º8.33%94.12%-
XYZ74.8575.0480.35-
YUV226.32126.13137.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=35.14%
G=32.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022022300.080.070.063514090.2
HexF0DCDF087615f285a
Octal3603343370107653750132
Binary111100001101110011011111010001111101010111111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCDF; }

 p { color: rgb(240,220,223); }

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

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

 a { background-color: rgb(240,220,223); }

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

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

 span { border-color: rgb(240,220,223); }

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