#F5D6EC

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

Shades of Classic Rose #F5D6EC

Tints of Classic Rose #F5D6EC

Color information

#F5D6EC (or 0xF5D6EC) is unknown color: approx Classic Rose. HEX triplet: F5, D6 and EC. RGB value is (245,214,236). Sum of RGB (Red+Green+Blue) = 245+214+236=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6EC is #0A2913. Grayscale: #E1E1E1. Windows color (decimal): -665876 or 15521525. OLE color: 15521525.

HSL color Cylindrical-coordinate representation of color #F5D6EC: hue angle of 317.42º degrees, saturation: 0.61, 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 #F5D6EC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245214236-
CMYK00.130.040.04
HSL317.42º60.78%90%-
HSV(B)317.42º12.65%96.08%-
XYZ76.8473.5689.51-
YUV225.78133.77141.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.25%
GREEN value IS 214 (83.98% from 255) = 30.79%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=35.25%
G=30.79%
B=33.96%

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
Decimal24521423600.130.040.04317.4260.7890
HexF5D6EC0D4413d3d5a
Octal3653263540154447575132
Binary111101011101011011101100011011001001001111011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D6EC; }

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

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

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

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

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

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

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

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