Html Css Color HEX #F1CAE5 Classic Rose

📋 copy color: '#F1CAE5'

red 241 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #F1CAE5

Tints of Classic Rose #F1CAE5

RGB

 RED value IS 241 (94.53% from 255) = 35.86%

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

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

R = 35.86%
G = 30.06%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1CAE5 (or 0xF1CAE5) is known color: Classic Rose. HEX triplet: F1, CA and E5. RGB value is (241,202,229). Sum of RGB (Red+Green+Blue) = 241+202+229=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAE5 is #0E351A. Grayscale: #D8D8D8. Windows color (decimal): -931099 or 15059697. OLE color: 15059697.

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

Color convert

RGB 241 202 229 -
CMYK 0 0.16 0.05 0.05
HSL 318.46º 0.58% 0.87% -
HSV(B) 318.46º 0.16% 0.95% -
XYZ 71.54 66.6 83.21 -
YUV 216.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 241 202 229 0 0.16 0.05 0.05 318.46 0.58 0.87
Hex F1 CA E5 0 10 5 5 13E 3A 57
Octal 361 312 345 0 20 5 5 476 72 127
Binary 11110001 11001010 11100101 0 10000 101 101 100111110 111010 1010111

Color Harmonies of #F1CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAE5

Black with #F1CAE5

Text Example


Text Example

White with #F1CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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