Html Css Color HEX #F0DAE9 Classic Rose

📋 copy color: '#F0DAE9'

red 240 ◦ green 218 ◦ blue 233

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

Shades of Classic Rose #F0DAE9

Tints of Classic Rose #F0DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.72%

R = 34.73%
G = 31.55%
B = 33.72%

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

#F0DAE9 (or 0xF0DAE9) is known color: Classic Rose. HEX triplet: F0, DA and E9. RGB value is (240,218,233). Sum of RGB (Red+Green+Blue) = 240+218+233=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAE9 is #0F2516. Grayscale: #E2E2E2. Windows color (decimal): -992535 or 15325936. OLE color: 15325936.

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

Color convert

RGB 240 218 233 -
CMYK 0 0.09 0.03 0.06
HSL 319.09º 0.42% 0.9% -
HSV(B) 319.09º 0.09% 0.94% -
XYZ 75.71 74.55 87.49 -
YUV 226.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 240 218 233 0 0.09 0.03 0.06 319.09 0.42 0.9
Hex F0 DA E9 0 9 3 6 13F 2A 5A
Octal 360 332 351 0 11 3 6 477 52 132
Binary 11110000 11011010 11101001 0 1001 11 110 100111111 101010 1011010

Color Harmonies of #F0DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAE9

Black with #F0DAE9

Text Example


Text Example

White with #F0DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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