#F1C5E5

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

Shades of Classic Rose #F1C5E5

Tints of Classic Rose #F1C5E5

Color information

#F1C5E5 (or 0xF1C5E5) is unknown color: approx Classic Rose. HEX triplet: F1, C5 and E5. RGB value is (241,197,229). Sum of RGB (Red+Green+Blue) = 241+197+229=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5E5 is #0E3A1A. Grayscale: #D5D5D5. Windows color (decimal): -932379 or 15058417. OLE color: 15058417.

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

Color convert

RGB241197229-
CMYK00.180.050.05
HSL316.36º61.11%85.88%-
HSV(B)316.36º18.26%94.51%-
XYZ70.3864.2982.83-
YUV213.8136.58147.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 197 (77.34% from 255) = 29.54%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=36.13%
G=29.54%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119722900.180.050.05316.3661.1185.88
HexF1C5E50125513c3d56
Octal3613053450225547475126
Binary1111000111000101111001010100101011011001111001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5E5; }

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

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

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

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

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

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

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

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