Html Css Color HEX #F0DAE8 Classic Rose

📋 copy color: '#F0DAE8'

red 240 ◦ green 218 ◦ blue 232

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

Shades of Classic Rose #F0DAE8

Tints of Classic Rose #F0DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.62%

R = 34.78%
G = 31.59%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0DAE8 (or 0xF0DAE8) is known color: Classic Rose. HEX triplet: F0, DA and E8. RGB value is (240,218,232). Sum of RGB (Red+Green+Blue) = 240+218+232=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAE8 is #0F2517. Grayscale: #E2E2E2. Windows color (decimal): -992536 or 15260400. OLE color: 15260400.

HSL color Cylindrical-coordinate representation of color #F0DAE8: hue angle of 321.82º 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 #F0DAE8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 232 -
CMYK 0 0.09 0.03 0.06
HSL 321.82º 0.42% 0.9% -
HSV(B) 321.82º 0.09% 0.94% -
XYZ 75.57 74.49 86.74 -
YUV 226.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 240 218 232 0 0.09 0.03 0.06 321.82 0.42 0.9
Hex F0 DA E8 0 9 3 6 142 2A 5A
Octal 360 332 350 0 11 3 6 502 52 132
Binary 11110000 11011010 11101000 0 1001 11 110 101000010 101010 1011010

Color Harmonies of #F0DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAE8

Black with #F0DAE8

Text Example


Text Example

White with #F0DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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