Html Css Color HEX #F2CEDE Classic Rose

📋 copy color: '#F2CEDE'

red 242 ◦ green 206 ◦ blue 222

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

Shades of Classic Rose #F2CEDE

Tints of Classic Rose #F2CEDE

RGB

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

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

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

R = 36.12%
G = 30.75%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2CEDE (or 0xF2CEDE) is known color: Classic Rose. HEX triplet: F2, CE and DE. RGB value is (242,206,222). Sum of RGB (Red+Green+Blue) = 242+206+222=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDE is #0D3121. Grayscale: #DADADA. Windows color (decimal): -864546 or 14601970. OLE color: 14601970.

HSL color Cylindrical-coordinate representation of color #F2CEDE: hue angle of 333.33º 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 #F2CEDE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 222 -
CMYK 0 0.15 0.08 0.05
HSL 333.33º 0.58% 0.88% -
HSV(B) 333.33º 0.15% 0.95% -
XYZ 71.87 68.29 78.5 -
YUV 218.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 242 206 222 0 0.15 0.08 0.05 333.33 0.58 0.88
Hex F2 CE DE 0 F 8 5 14D 3A 58
Octal 362 316 336 0 17 10 5 515 72 130
Binary 11110010 11001110 11011110 0 1111 1000 101 101001101 111010 1011000

Color Harmonies of #F2CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEDE

Black with #F2CEDE

Text Example


Text Example

White with #F2CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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