#FDC6EC

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

Shades of Classic Rose #FDC6EC

Tints of Classic Rose #FDC6EC

Color information

#FDC6EC (or 0xFDC6EC) is unknown color: approx Classic Rose. HEX triplet: FD, C6 and EC. RGB value is (253,198,236). Sum of RGB (Red+Green+Blue) = 253+198+236=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6EC is #023913. Grayscale: #DADADA. Windows color (decimal): -145684 or 15517437. OLE color: 15517437.

HSL color Cylindrical-coordinate representation of color #FDC6EC: hue angle of 318.55º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6EC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253198236-
CMYK00.220.070.01
HSL318.55º93.22%88.43%-
HSV(B)318.55º21.74%99.22%-
XYZ75.8467.3388.35-
YUV218.78137.72152.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 198 (77.73% from 255) = 28.82%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=36.83%
G=28.82%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319823600.220.070.01318.5593.2288.43
HexFDC6EC0167113f5d58
Octal37530635402671477135130
Binary111111011100011011101100010110111110011111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6EC; }

 p { color: rgb(253,198,236); }

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

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

 a { background-color: rgb(253,198,236); }

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

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

 span { border-color: rgb(253,198,236); }

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