Html Css Color HEX #F0CCE0 Classic Rose

📋 copy color: '#F0CCE0'

red 240 ◦ green 204 ◦ blue 224

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

Shades of Classic Rose #F0CCE0

Tints of Classic Rose #F0CCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.54%

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 35.93%
G = 30.54%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0CCE0 (or 0xF0CCE0) is known color: Classic Rose. HEX triplet: F0, CC and E0. RGB value is (240,204,224). Sum of RGB (Red+Green+Blue) = 240+204+224=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE0 is #0F331F. Grayscale: #D9D9D9. Windows color (decimal): -996128 or 14732528. OLE color: 14732528.

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

Color convert

RGB 240 204 224 -
CMYK 0 0.15 0.07 0.06
HSL 326.67º 0.55% 0.87% -
HSV(B) 326.67º 0.15% 0.94% -
XYZ 70.98 67.09 79.73 -
YUV 217.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 240 204 224 0 0.15 0.07 0.06 326.67 0.55 0.87
Hex F0 CC E0 0 F 7 6 147 37 57
Octal 360 314 340 0 17 7 6 507 67 127
Binary 11110000 11001100 11100000 0 1111 111 110 101000111 110111 1010111

Color Harmonies of #F0CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCE0

Black with #F0CCE0

Text Example


Text Example

White with #F0CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCE0; }

 p { color: rgb(240,204,224); }

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

background-color css

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

 a { background-color: rgb(240,204,224); }

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

border-color css

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

 span { border-color: rgb(240,204,224); }

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