#FCC7FB

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

Shades of Snuff #FCC7FB

Tints of Snuff #FCC7FB

Color information

#FCC7FB (or 0xFCC7FB) is unknown color: approx Snuff. HEX triplet: FC, C7 and FB. RGB value is (252,199,251). Sum of RGB (Red+Green+Blue) = 252+199+251=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FB is #033804. Grayscale: #DCDCDC. Windows color (decimal): -210949 or 16500732. OLE color: 16500732.

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

Color convert

RGB252199251-
CMYK00.210.000.01
HSL301.13º89.83%88.43%-
HSV(B)301.13º21.03%98.82%-
XYZ77.9868.51100.38-
YUV220.78145.06150.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 199 (78.12% from 255) = 28.35%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=35.90%
G=28.35%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219925100.210.000.01301.1389.8388.43
HexFCC7FB0150112d5a58
Octal37430737302501455132130
Binary1111110011000111111110110101010110010110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7FB; }

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

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

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

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

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

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

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

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