Html Css Color HEX #F0D7DE Cherub

📋 copy color: '#F0D7DE'

red 240 ◦ green 215 ◦ blue 222

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

Shades of Cherub #F0D7DE

Tints of Cherub #F0D7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.76%

 BLUE value IS 222 (87.11% from 255) = 32.79%

R = 35.45%
G = 31.76%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0D7DE (or 0xF0D7DE) is known color: Cherub. HEX triplet: F0, D7 and DE. RGB value is (240,215,222). Sum of RGB (Red+Green+Blue) = 240+215+222=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7DE is #0F2821. Grayscale: #DFDFDF. Windows color (decimal): -993314 or 14604272. OLE color: 14604272.

HSL color Cylindrical-coordinate representation of color #F0D7DE: hue angle of 343.2º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D7DE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 222 -
CMYK 0 0.10 0.08 0.06
HSL 343.2º 0.45% 0.89% -
HSV(B) 343.2º 0.1% 0.94% -
XYZ 73.42 72.4 79.21 -
YUV 223.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 240 215 222 0 0.10 0.08 0.06 343.2 0.45 0.89
Hex F0 D7 DE 0 A 8 6 157 2D 59
Octal 360 327 336 0 12 10 6 527 55 131
Binary 11110000 11010111 11011110 0 1010 1000 110 101010111 101101 1011001

Color Harmonies of #F0D7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7DE

Black with #F0D7DE

Text Example


Text Example

White with #F0D7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7DE; }

 p { color: rgb(240,215,222); }

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

background-color css

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

 a { background-color: rgb(240,215,222); }

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

border-color css

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

 span { border-color: rgb(240,215,222); }

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