Html Css Color HEX #F0DAE0 Cherub

📋 copy color: '#F0DAE0'

red 240 ◦ green 218 ◦ blue 224

#F0DAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherub #F0DAE0

Tints of Cherub #F0DAE0

RGB

 RED value IS 240 (94.14% from 255) = 35.19%

 GREEN value IS 218 (85.55% from 255) = 31.96%

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 35.19%
G = 31.96%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0DAE0 (or 0xF0DAE0) is known color: Cherub. HEX triplet: F0, DA and E0. RGB value is (240,218,224). Sum of RGB (Red+Green+Blue) = 240+218+224=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE0 is #0F251F. Grayscale: #E1E1E1. Windows color (decimal): -992544 or 14736112. OLE color: 14736112.

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

Color convert

RGB 240 218 224 -
CMYK 0 0.09 0.07 0.06
HSL 343.64º 0.42% 0.9% -
HSV(B) 343.64º 0.09% 0.94% -
XYZ 74.46 74.05 80.89 -
YUV 225.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 240 218 224 0 0.09 0.07 0.06 343.64 0.42 0.9
Hex F0 DA E0 0 9 7 6 158 2A 5A
Octal 360 332 340 0 11 7 6 530 52 132
Binary 11110000 11011010 11100000 0 1001 111 110 101011000 101010 1011010

Color Harmonies of #F0DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAE0

Black with #F0DAE0

Text Example


Text Example

White with #F0DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAE0; }

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

 H1.HeaderClassName
 {
   color: #F0DAE0;
 }
 .AnyTagClassName
 {
   color: #F0DAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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