#FCC7F6

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

Shades of Snuff #FCC7F6

Tints of Snuff #FCC7F6

Color information

#FCC7F6 (or 0xFCC7F6) is unknown color: approx Snuff. HEX triplet: FC, C7 and F6. RGB value is (252,199,246). Sum of RGB (Red+Green+Blue) = 252+199+246=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 199 (78.12% from 255 or 28.55% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7F6 is #033809. Grayscale: #DCDCDC. Windows color (decimal): -210954 or 16173052. OLE color: 16173052.

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

Color convert

RGB252199246-
CMYK00.210.020.01
HSL306.79º89.83%88.43%-
HSV(B)306.79º21.03%98.82%-
XYZ77.268.296.28-
YUV220.2142.56150.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 199 (78.12% from 255) = 28.55%
BLUE value IS 246 (96.48% from 255) = 35.29%
R=36.15%
G=28.55%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219924600.210.020.01306.7989.8388.43
HexFCC7F6015211335a58
Octal37430736602521463132130
Binary11111100110001111111011001010110110011001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7F6; }

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

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

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

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

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

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

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

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