#FCC7EF

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

Shades of Classic Rose #FCC7EF

Tints of Classic Rose #FCC7EF

Color information

#FCC7EF (or 0xFCC7EF) is unknown color: approx Classic Rose. HEX triplet: FC, C7 and EF. RGB value is (252,199,239). Sum of RGB (Red+Green+Blue) = 252+199+239=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7EF is #033810. Grayscale: #DBDBDB. Windows color (decimal): -210961 or 15714300. OLE color: 15714300.

HSL color Cylindrical-coordinate representation of color #FCC7EF: hue angle of 314.72º 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 #FCC7EF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252199239-
CMYK00.210.050.01
HSL314.72º89.83%88.43%-
HSV(B)314.72º21.03%98.82%-
XYZ76.1567.7790.73-
YUV219.41139.06151.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 199 (78.12% from 255) = 28.84%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=36.52%
G=28.84%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219923900.210.050.01314.7289.8388.43
HexFCC7EF0155113b5a58
Octal37430735702551473132130
Binary111111001100011111101111010101101110011101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7EF; }

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

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

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

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

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

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

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

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