Html Css Color HEX #F0D9DF Cherub

📋 copy color: '#F0D9DF'

red 240 ◦ green 217 ◦ blue 223

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

Shades of Cherub #F0D9DF

Tints of Cherub #F0D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.91%

 BLUE value IS 223 (87.5% from 255) = 32.79%

R = 35.29%
G = 31.91%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0D9DF (or 0xF0D9DF) is known color: Cherub. HEX triplet: F0, D9 and DF. RGB value is (240,217,223). Sum of RGB (Red+Green+Blue) = 240+217+223=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9DF is #0F2620. Grayscale: #E0E0E0. Windows color (decimal): -992801 or 14670320. OLE color: 14670320.

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

Color convert

RGB 240 217 223 -
CMYK 0 0.10 0.07 0.06
HSL 344.35º 0.43% 0.9% -
HSV(B) 344.35º 0.1% 0.94% -
XYZ 74.07 73.48 80.09 -
YUV 224.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 240 217 223 0 0.10 0.07 0.06 344.35 0.43 0.9
Hex F0 D9 DF 0 A 7 6 158 2B 5A
Octal 360 331 337 0 12 7 6 530 53 132
Binary 11110000 11011001 11011111 0 1010 111 110 101011000 101011 1011010

Color Harmonies of #F0D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9DF

Black with #F0D9DF

Text Example


Text Example

White with #F0D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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