Html Css Color HEX #F2CADC Classic Rose

📋 copy color: '#F2CADC'

red 242 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #F2CADC

Tints of Classic Rose #F2CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 36.45%
G = 30.42%
B = 33.13%

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

#F2CADC (or 0xF2CADC) is known color: Classic Rose. HEX triplet: F2, CA and DC. RGB value is (242,202,220). Sum of RGB (Red+Green+Blue) = 242+202+220=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADC is #0D3523. Grayscale: #D7D7D7. Windows color (decimal): -865572 or 14469874. OLE color: 14469874.

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

Color convert

RGB 242 202 220 -
CMYK 0 0.17 0.09 0.05
HSL 333º 0.61% 0.87% -
HSV(B) 333º 0.17% 0.95% -
XYZ 70.66 66.29 76.78 -
YUV 216.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 242 202 220 0 0.17 0.09 0.05 333 0.61 0.87
Hex F2 CA DC 0 11 9 5 14D 3D 57
Octal 362 312 334 0 21 11 5 515 75 127
Binary 11110010 11001010 11011100 0 10001 1001 101 101001101 111101 1010111

Color Harmonies of #F2CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CADC

Black with #F2CADC

Text Example


Text Example

White with #F2CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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