Html Css Color HEX #F0CEE7 Classic Rose

📋 copy color: '#F0CEE7'

red 240 ◦ green 206 ◦ blue 231

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

Shades of Classic Rose #F0CEE7

Tints of Classic Rose #F0CEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.12%

R = 35.45%
G = 30.43%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F0CEE7 (or 0xF0CEE7) is known color: Classic Rose. HEX triplet: F0, CE and E7. RGB value is (240,206,231). Sum of RGB (Red+Green+Blue) = 240+206+231=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEE7 is #0F3118. Grayscale: #DADADA. Windows color (decimal): -995609 or 15191792. OLE color: 15191792.

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

Color convert

RGB 240 206 231 -
CMYK 0 0.14 0.04 0.06
HSL 315.88º 0.53% 0.87% -
HSV(B) 315.88º 0.14% 0.94% -
XYZ 72.43 68.44 84.99 -
YUV 219.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 240 206 231 0 0.14 0.04 0.06 315.88 0.53 0.87
Hex F0 CE E7 0 E 4 6 13C 35 57
Octal 360 316 347 0 16 4 6 474 65 127
Binary 11110000 11001110 11100111 0 1110 100 110 100111100 110101 1010111

Color Harmonies of #F0CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEE7

Black with #F0CEE7

Text Example


Text Example

White with #F0CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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