#F5D4EC

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

Shades of Classic Rose #F5D4EC

Tints of Classic Rose #F5D4EC

Color information

#F5D4EC (or 0xF5D4EC) is unknown color: approx Classic Rose. HEX triplet: F5, D4 and EC. RGB value is (245,212,236). Sum of RGB (Red+Green+Blue) = 245+212+236=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4EC is #0A2B13. Grayscale: #E0E0E0. Windows color (decimal): -666388 or 15521013. OLE color: 15521013.

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

Color convert

RGB245212236-
CMYK00.130.040.04
HSL316.36º62.26%89.61%-
HSV(B)316.36º13.47%96.08%-
XYZ76.3472.5689.34-
YUV224.6134.43142.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.35%
GREEN value IS 212 (83.20% from 255) = 30.59%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=35.35%
G=30.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521223600.130.040.04316.3662.2689.61
HexF5D4EC0D4413c3e5a
Octal3653243540154447476132
Binary111101011101010011101100011011001001001111001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D4EC; }

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

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

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

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

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

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

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

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