Html Css Color HEX #F2CEDD Classic Rose

📋 copy color: '#F2CEDD'

red 242 ◦ green 206 ◦ blue 221

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

Shades of Classic Rose #F2CEDD

Tints of Classic Rose #F2CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 36.17%
G = 30.79%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2CEDD (or 0xF2CEDD) is known color: Classic Rose. HEX triplet: F2, CE and DD. RGB value is (242,206,221). Sum of RGB (Red+Green+Blue) = 242+206+221=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDD is #0D3122. Grayscale: #DADADA. Windows color (decimal): -864547 or 14536434. OLE color: 14536434.

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

Color convert

RGB 242 206 221 -
CMYK 0 0.15 0.09 0.05
HSL 335º 0.58% 0.88% -
HSV(B) 335º 0.15% 0.95% -
XYZ 71.74 68.24 77.8 -
YUV 218.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 242 206 221 0 0.15 0.09 0.05 335 0.58 0.88
Hex F2 CE DD 0 F 9 5 14F 3A 58
Octal 362 316 335 0 17 11 5 517 72 130
Binary 11110010 11001110 11011101 0 1111 1001 101 101001111 111010 1011000

Color Harmonies of #F2CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEDD

Black with #F2CEDD

Text Example


Text Example

White with #F2CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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