Html Css Color HEX #F0CADE Classic Rose

📋 copy color: '#F0CADE'

red 240 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #F0CADE

Tints of Classic Rose #F0CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.42%

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

R = 36.14%
G = 30.42%
B = 33.43%

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

#F0CADE (or 0xF0CADE) is known color: Classic Rose. HEX triplet: F0, CA and DE. RGB value is (240,202,222). Sum of RGB (Red+Green+Blue) = 240+202+222=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADE is #0F3521. Grayscale: #D7D7D7. Windows color (decimal): -996642 or 14600944. OLE color: 14600944.

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

Color convert

RGB 240 202 222 -
CMYK 0 0.16 0.08 0.06
HSL 328.42º 0.56% 0.87% -
HSV(B) 328.42º 0.16% 0.94% -
XYZ 70.24 66.04 78.15 -
YUV 215.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 240 202 222 0 0.16 0.08 0.06 328.42 0.56 0.87
Hex F0 CA DE 0 10 8 6 148 38 57
Octal 360 312 336 0 20 10 6 510 70 127
Binary 11110000 11001010 11011110 0 10000 1000 110 101001000 111000 1010111

Color Harmonies of #F0CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CADE

Black with #F0CADE

Text Example


Text Example

White with #F0CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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