Html Css Color HEX #F1CAE8 Classic Rose

📋 copy color: '#F1CAE8'

red 241 ◦ green 202 ◦ blue 232

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

Shades of Classic Rose #F1CAE8

Tints of Classic Rose #F1CAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.37%

R = 35.7%
G = 29.93%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1CAE8 (or 0xF1CAE8) is known color: Classic Rose. HEX triplet: F1, CA and E8. RGB value is (241,202,232). Sum of RGB (Red+Green+Blue) = 241+202+232=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAE8 is #0E3517. Grayscale: #D9D9D9. Windows color (decimal): -931096 or 15256305. OLE color: 15256305.

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

Color convert

RGB 241 202 232 -
CMYK 0 0.16 0.04 0.05
HSL 313.85º 0.58% 0.87% -
HSV(B) 313.85º 0.16% 0.95% -
XYZ 71.96 66.77 85.44 -
YUV 217.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 241 202 232 0 0.16 0.04 0.05 313.85 0.58 0.87
Hex F1 CA E8 0 10 4 5 13A 3A 57
Octal 361 312 350 0 20 4 5 472 72 127
Binary 11110001 11001010 11101000 0 10000 100 101 100111010 111010 1010111

Color Harmonies of #F1CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAE8

Black with #F1CAE8

Text Example


Text Example

White with #F1CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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