#F5D7EC

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

Shades of Classic Rose #F5D7EC

Tints of Classic Rose #F5D7EC

Color information

#F5D7EC (or 0xF5D7EC) is unknown color: approx Classic Rose. HEX triplet: F5, D7 and EC. RGB value is (245,215,236). Sum of RGB (Red+Green+Blue) = 245+215+236=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7EC is #0A2813. Grayscale: #E2E2E2. Windows color (decimal): -665620 or 15521781. OLE color: 15521781.

HSL color Cylindrical-coordinate representation of color #F5D7EC: hue angle of 318º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7EC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245215236-
CMYK00.120.040.04
HSL318º60%90.2%-
HSV(B)318º12.24%96.08%-
XYZ77.174.0789.59-
YUV226.36133.44141.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.20%
GREEN value IS 215 (84.38% from 255) = 30.89%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=35.20%
G=30.89%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521523600.120.040.043186090.2
HexF5D7EC0C4413e3c5a
Octal3653273540144447674132
Binary111101011101011111101100011001001001001111101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7EC; }

 p { color: rgb(245,215,236); }

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

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

 a { background-color: rgb(245,215,236); }

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

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

 span { border-color: rgb(245,215,236); }

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