Html Css Color HEX #F5CAE5 Classic Rose

📋 copy color: '#F5CAE5'

red 245 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #F5CAE5

Tints of Classic Rose #F5CAE5

RGB

 RED value IS 245 (96.09% from 255) = 36.24%

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

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

R = 36.24%
G = 29.88%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5CAE5 (or 0xF5CAE5) is known color: Classic Rose. HEX triplet: F5, CA and E5. RGB value is (245,202,229). Sum of RGB (Red+Green+Blue) = 245+202+229=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAE5 is #0A351A. Grayscale: #D9D9D9. Windows color (decimal): -668955 or 15059701. OLE color: 15059701.

HSL color Cylindrical-coordinate representation of color #F5CAE5: hue angle of 322.33º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CAE5 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 229 -
CMYK 0 0.18 0.07 0.04
HSL 322.33º 0.68% 0.88% -
HSV(B) 322.33º 0.18% 0.96% -
XYZ 72.92 67.31 83.28 -
YUV 217.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 245 202 229 0 0.18 0.07 0.04 322.33 0.68 0.88
Hex F5 CA E5 0 12 7 4 142 44 58
Octal 365 312 345 0 22 7 4 502 104 130
Binary 11110101 11001010 11100101 0 10010 111 100 101000010 1000100 1011000

Color Harmonies of #F5CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CAE5

Black with #F5CAE5

Text Example


Text Example

White with #F5CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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