#F5C9E0

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

Shades of Classic Rose #F5C9E0

Tints of Classic Rose #F5C9E0

Color information

#F5C9E0 (or 0xF5C9E0) is unknown color: approx Classic Rose. HEX triplet: F5, C9 and E0. RGB value is (245,201,224). Sum of RGB (Red+Green+Blue) = 245+201+224=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9E0 is #0A361F. Grayscale: #D8D8D8. Windows color (decimal): -669216 or 14731765. OLE color: 14731765.

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

Color convert

RGB245201224-
CMYK00.180.090.04
HSL328.64º68.75%87.45%-
HSV(B)328.64º17.96%96.08%-
XYZ7266.5779.58-
YUV216.78132.08148.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=36.57%
G=30%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520122400.180.090.04328.6468.7587.45
HexF5C9E0012941494557
Octal365311340022114511105127
Binary111101011100100111100000010010100110010100100110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9E0; }

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

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

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

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

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

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

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

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