Html Css Color HEX #F0D0DE Classic Rose

📋 copy color: '#F0D0DE'

red 240 ◦ green 208 ◦ blue 222

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

Shades of Classic Rose #F0D0DE

Tints of Classic Rose #F0D0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.04%

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

R = 35.82%
G = 31.04%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0D0DE (or 0xF0D0DE) is known color: Classic Rose. HEX triplet: F0, D0 and DE. RGB value is (240,208,222). Sum of RGB (Red+Green+Blue) = 240+208+222=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0DE is #0F2F21. Grayscale: #DBDBDB. Windows color (decimal): -995106 or 14602480. OLE color: 14602480.

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

Color convert

RGB 240 208 222 -
CMYK 0 0.13 0.08 0.06
HSL 333.75º 0.52% 0.88% -
HSV(B) 333.75º 0.13% 0.94% -
XYZ 71.68 68.91 78.63 -
YUV 219.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 240 208 222 0 0.13 0.08 0.06 333.75 0.52 0.88
Hex F0 D0 DE 0 D 8 6 14E 34 58
Octal 360 320 336 0 15 10 6 516 64 130
Binary 11110000 11010000 11011110 0 1101 1000 110 101001110 110100 1011000

Color Harmonies of #F0D0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0DE

Black with #F0D0DE

Text Example


Text Example

White with #F0D0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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