Html Css Color HEX #F2CDDD Classic Rose

📋 copy color: '#F2CDDD'

red 242 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #F2CDDD

Tints of Classic Rose #F2CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.69%

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

R = 36.23%
G = 30.69%
B = 33.08%

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

#F2CDDD (or 0xF2CDDD) is known color: Classic Rose. HEX triplet: F2, CD and DD. RGB value is (242,205,221). Sum of RGB (Red+Green+Blue) = 242+205+221=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDDD is #0D3222. Grayscale: #D9D9D9. Windows color (decimal): -864803 or 14536178. OLE color: 14536178.

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

Color convert

RGB 242 205 221 -
CMYK 0 0.15 0.09 0.05
HSL 334.05º 0.59% 0.88% -
HSV(B) 334.05º 0.15% 0.95% -
XYZ 71.5 67.76 77.72 -
YUV 217.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 242 205 221 0 0.15 0.09 0.05 334.05 0.59 0.88
Hex F2 CD DD 0 F 9 5 14E 3B 58
Octal 362 315 335 0 17 11 5 516 73 130
Binary 11110010 11001101 11011101 0 1111 1001 101 101001110 111011 1011000

Color Harmonies of #F2CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDDD

Black with #F2CDDD

Text Example


Text Example

White with #F2CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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