Html Css Color HEX #F2CAE5 Classic Rose

📋 copy color: '#F2CAE5'

red 242 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #F2CAE5

Tints of Classic Rose #F2CAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 35.96%
G = 30.01%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2CAE5 (or 0xF2CAE5) is known color: Classic Rose. HEX triplet: F2, CA and E5. RGB value is (242,202,229). Sum of RGB (Red+Green+Blue) = 242+202+229=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAE5 is #0D351A. Grayscale: #D8D8D8. Windows color (decimal): -865563 or 15059698. OLE color: 15059698.

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

Color convert

RGB 242 202 229 -
CMYK 0 0.17 0.05 0.05
HSL 319.5º 0.61% 0.87% -
HSV(B) 319.5º 0.17% 0.95% -
XYZ 71.88 66.78 83.23 -
YUV 217.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 242 202 229 0 0.17 0.05 0.05 319.5 0.61 0.87
Hex F2 CA E5 0 11 5 5 140 3D 57
Octal 362 312 345 0 21 5 5 500 75 127
Binary 11110010 11001010 11100101 0 10001 101 101 101000000 111101 1010111

Color Harmonies of #F2CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAE5

Black with #F2CAE5

Text Example


Text Example

White with #F2CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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