Html Css Color HEX #F2CEE9 Classic Rose

📋 copy color: '#F2CEE9'

red 242 ◦ green 206 ◦ blue 233

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

Shades of Classic Rose #F2CEE9

Tints of Classic Rose #F2CEE9

RGB

 RED value IS 242 (94.92% from 255) = 35.54%

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

 BLUE value IS 233 (91.41% from 255) = 34.21%

R = 35.54%
G = 30.25%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2CEE9 (or 0xF2CEE9) is known color: Classic Rose. HEX triplet: F2, CE and E9. RGB value is (242,206,233). Sum of RGB (Red+Green+Blue) = 242+206+233=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEE9 is #0D3116. Grayscale: #DBDBDB. Windows color (decimal): -864535 or 15322866. OLE color: 15322866.

HSL color Cylindrical-coordinate representation of color #F2CEE9: hue angle of 315º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEE9 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 233 -
CMYK 0 0.15 0.04 0.05
HSL 315º 0.58% 0.88% -
HSV(B) 315º 0.15% 0.95% -
XYZ 73.4 68.9 86.52 -
YUV 219.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 242 206 233 0 0.15 0.04 0.05 315 0.58 0.88
Hex F2 CE E9 0 F 4 5 13B 3A 58
Octal 362 316 351 0 17 4 5 473 72 130
Binary 11110010 11001110 11101001 0 1111 100 101 100111011 111010 1011000

Color Harmonies of #F2CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEE9

Black with #F2CEE9

Text Example


Text Example

White with #F2CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEE9; }

 p { color: rgb(242,206,233); }

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

background-color css

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

 a { background-color: rgb(242,206,233); }

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

border-color css

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

 span { border-color: rgb(242,206,233); }

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