#F1CAE3

Color #F1CAE3 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F1CAE3

Tints of Classic Rose #F1CAE3

Color information

#F1CAE3 (or 0xF1CAE3) is unknown color: approx Classic Rose. HEX triplet: F1, CA and E3. RGB value is (241,202,227). Sum of RGB (Red+Green+Blue) = 241+202+227=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAE3 is #0E351C. Grayscale: #D8D8D8. Windows color (decimal): -931101 or 14928625. OLE color: 14928625.

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

Color convert

RGB241202227-
CMYK00.160.060.05
HSL321.54º58.21%86.86%-
HSV(B)321.54º16.18%94.51%-
XYZ71.2666.4981.75-
YUV216.51133.92145.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=35.97%
G=30.15%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120222700.160.060.05321.5458.2186.86
HexF1CAE3010651423a57
Octal3613123430206550272127
Binary1111000111001010111000110100001101011010000101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAE3; }

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

 H1.HeaderClassName
 {
   color: #F1CAE3;
 }
 .AnyTagClassName
 {
   color: #F1CAE3;
 }
</style>
background-color css

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

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

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

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

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

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