Html Css Color HEX #F0CEE3 Classic Rose

📋 copy color: '#F0CEE3'

red 240 ◦ green 206 ◦ blue 227

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

Shades of Classic Rose #F0CEE3

Tints of Classic Rose #F0CEE3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

 BLUE value IS 227 (89.06% from 255) = 33.73%

R = 35.66%
G = 30.61%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0CEE3 (or 0xF0CEE3) is known color: Classic Rose. HEX triplet: F0, CE and E3. RGB value is (240,206,227). Sum of RGB (Red+Green+Blue) = 240+206+227=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEE3 is #0F311C. Grayscale: #DADADA. Windows color (decimal): -995613 or 14929648. OLE color: 14929648.

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

Color convert

RGB 240 206 227 -
CMYK 0 0.14 0.05 0.06
HSL 322.94º 0.53% 0.87% -
HSV(B) 322.94º 0.14% 0.94% -
XYZ 71.87 68.21 82.05 -
YUV 218.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 240 206 227 0 0.14 0.05 0.06 322.94 0.53 0.87
Hex F0 CE E3 0 E 5 6 143 35 57
Octal 360 316 343 0 16 5 6 503 65 127
Binary 11110000 11001110 11100011 0 1110 101 110 101000011 110101 1010111

Color Harmonies of #F0CEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEE3

Black with #F0CEE3

Text Example


Text Example

White with #F0CEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEE3; }

 p { color: rgb(240,206,227); }

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

background-color css

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

 a { background-color: rgb(240,206,227); }

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

border-color css

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

 span { border-color: rgb(240,206,227); }

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