#FCC9F6

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

Shades of Snuff #FCC9F6

Tints of Snuff #FCC9F6

Color information

#FCC9F6 (or 0xFCC9F6) is unknown color: approx Snuff. HEX triplet: FC, C9 and F6. RGB value is (252,201,246). Sum of RGB (Red+Green+Blue) = 252+201+246=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 201 (78.91% from 255 or 28.76% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F6 is #033609. Grayscale: #DDDDDD. Windows color (decimal): -210442 or 16173564. OLE color: 16173564.

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

Color convert

RGB252201246-
CMYK00.200.020.01
HSL307.06º89.47%88.82%-
HSV(B)307.06º20.24%98.82%-
XYZ77.6769.1296.44-
YUV221.38141.9149.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 201 (78.91% from 255) = 28.76%
BLUE value IS 246 (96.48% from 255) = 35.19%
R=36.05%
G=28.76%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220124600.200.020.01307.0689.4788.82
HexFCC9F6014211335959
Octal37431136602421463131131
Binary11111100110010011111011001010010110011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9F6; }

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

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

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

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

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

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

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

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