Html Css Color HEX #F0C9DE Classic Rose

📋 copy color: '#F0C9DE'

red 240 ◦ green 201 ◦ blue 222

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

Shades of Classic Rose #F0C9DE

Tints of Classic Rose #F0C9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.32%

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

R = 36.2%
G = 30.32%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0C9DE (or 0xF0C9DE) is known color: Classic Rose. HEX triplet: F0, C9 and DE. RGB value is (240,201,222). Sum of RGB (Red+Green+Blue) = 240+201+222=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DE is #0F3621. Grayscale: #D7D7D7. Windows color (decimal): -996898 or 14600688. OLE color: 14600688.

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

Color convert

RGB 240 201 222 -
CMYK 0 0.16 0.08 0.06
HSL 327.69º 0.57% 0.86% -
HSV(B) 327.69º 0.16% 0.94% -
XYZ 70.01 65.57 78.07 -
YUV 215.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 240 201 222 0 0.16 0.08 0.06 327.69 0.57 0.86
Hex F0 C9 DE 0 10 8 6 148 39 56
Octal 360 311 336 0 20 10 6 510 71 126
Binary 11110000 11001001 11011110 0 10000 1000 110 101001000 111001 1010110

Color Harmonies of #F0C9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9DE

Black with #F0C9DE

Text Example


Text Example

White with #F0C9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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