#F5C9E3

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

Shades of Classic Rose #F5C9E3

Tints of Classic Rose #F5C9E3

Color information

#F5C9E3 (or 0xF5C9E3) is unknown color: approx Classic Rose. HEX triplet: F5, C9 and E3. RGB value is (245,201,227). Sum of RGB (Red+Green+Blue) = 245+201+227=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9E3 is #0A361C. Grayscale: #D9D9D9. Windows color (decimal): -669213 or 14928373. OLE color: 14928373.

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

Color convert

RGB245201227-
CMYK00.180.070.04
HSL324.55º68.75%87.45%-
HSV(B)324.55º17.96%96.08%-
XYZ72.4166.7381.74-
YUV217.12133.58147.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 201 (78.91% from 255) = 29.87%
BLUE value IS 227 (89.06% from 255) = 33.73%
R=36.40%
G=29.87%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520122700.180.070.04324.5568.7587.45
HexF5C9E3012741454557
Octal36531134302274505105127
Binary11110101110010011110001101001011110010100010110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9E3; }

 p { color: rgb(245,201,227); }

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

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

 a { background-color: rgb(245,201,227); }

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

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

 span { border-color: rgb(245,201,227); }

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