#FCC7EC

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

Shades of Classic Rose #FCC7EC

Tints of Classic Rose #FCC7EC

Color information

#FCC7EC (or 0xFCC7EC) is unknown color: approx Classic Rose. HEX triplet: FC, C7 and EC. RGB value is (252,199,236). Sum of RGB (Red+Green+Blue) = 252+199+236=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7EC is #033813. Grayscale: #DADADA. Windows color (decimal): -210964 or 15517692. OLE color: 15517692.

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

Color convert

RGB252199236-
CMYK00.210.060.01
HSL318.11º89.83%88.43%-
HSV(B)318.11º21.03%98.82%-
XYZ75.7167.688.41-
YUV219.06137.56151.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=36.68%
G=28.97%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219923600.210.060.01318.1189.8388.43
HexFCC7EC0156113e5a58
Octal37430735402561476132130
Binary111111001100011111101100010101110110011111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7EC; }

 p { color: rgb(252,199,236); }

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

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

 a { background-color: rgb(252,199,236); }

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

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

 span { border-color: rgb(252,199,236); }

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