#F7C5EC

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

Shades of Classic Rose #F7C5EC

Tints of Classic Rose #F7C5EC

Color information

#F7C5EC (or 0xF7C5EC) is unknown color: approx Classic Rose. HEX triplet: F7, C5 and EC. RGB value is (247,197,236). Sum of RGB (Red+Green+Blue) = 247+197+236=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5EC is #083A13. Grayscale: #D8D8D8. Windows color (decimal): -539156 or 15517175. OLE color: 15517175.

HSL color Cylindrical-coordinate representation of color #F7C5EC: hue angle of 313.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5EC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247197236-
CMYK00.200.040.03
HSL313.2º75.76%87.06%-
HSV(B)313.2º20.24%96.86%-
XYZ73.4665.7688.18-
YUV216.4139.06149.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.32%
GREEN value IS 197 (77.34% from 255) = 28.97%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=36.32%
G=28.97%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719723600.200.040.03313.275.7687.06
HexF7C5EC014431394c57
Octal36730535402443471114127
Binary1111011111000101111011000101001001110011100110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5EC; }

 p { color: rgb(247,197,236); }

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

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

 a { background-color: rgb(247,197,236); }

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

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

 span { border-color: rgb(247,197,236); }

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