#FCC8F6

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

Shades of Snuff #FCC8F6

Tints of Snuff #FCC8F6

Color information

#FCC8F6 (or 0xFCC8F6) is unknown color: approx Snuff. HEX triplet: FC, C8 and F6. RGB value is (252,200,246). Sum of RGB (Red+Green+Blue) = 252+200+246=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8F6 is #033709. Grayscale: #DCDCDC. Windows color (decimal): -210698 or 16173308. OLE color: 16173308.

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

Color convert

RGB252200246-
CMYK00.210.020.01
HSL306.92º89.66%88.63%-
HSV(B)306.92º20.63%98.82%-
XYZ77.4368.6696.36-
YUV220.79142.23150.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 200 (78.52% from 255) = 28.65%
BLUE value IS 246 (96.48% from 255) = 35.24%
R=36.10%
G=28.65%
B=35.24%

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
Decimal25220024600.210.020.01306.9289.6688.63
HexFCC8F6015211335a59
Octal37431036602521463132131
Binary11111100110010001111011001010110110011001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8F6; }

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

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

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

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

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

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

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

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