Html Css Color HEX #F2CADD Classic Rose

📋 copy color: '#F2CADD'

red 242 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #F2CADD

Tints of Classic Rose #F2CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.38%

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

R = 36.39%
G = 30.38%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2CADD (or 0xF2CADD) is known color: Classic Rose. HEX triplet: F2, CA and DD. RGB value is (242,202,221). Sum of RGB (Red+Green+Blue) = 242+202+221=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADD is #0D3522. Grayscale: #D8D8D8. Windows color (decimal): -865571 or 14535410. OLE color: 14535410.

HSL color Cylindrical-coordinate representation of color #F2CADD: hue angle of 331.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CADD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 221 -
CMYK 0 0.17 0.09 0.05
HSL 331.5º 0.61% 0.87% -
HSV(B) 331.5º 0.17% 0.95% -
XYZ 70.79 66.34 77.48 -
YUV 216.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 242 202 221 0 0.17 0.09 0.05 331.5 0.61 0.87
Hex F2 CA DD 0 11 9 5 14C 3D 57
Octal 362 312 335 0 21 11 5 514 75 127
Binary 11110010 11001010 11011101 0 10001 1001 101 101001100 111101 1010111

Color Harmonies of #F2CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CADD

Black with #F2CADD

Text Example


Text Example

White with #F2CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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