#FCC9FB

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

Shades of Snuff #FCC9FB

Tints of Snuff #FCC9FB

Color information

#FCC9FB (or 0xFCC9FB) is unknown color: approx Snuff. HEX triplet: FC, C9 and FB. RGB value is (252,201,251). Sum of RGB (Red+Green+Blue) = 252+201+251=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FB is #033604. Grayscale: #DDDDDD. Windows color (decimal): -210437 or 16501244. OLE color: 16501244.

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

Color convert

RGB252201251-
CMYK00.200.000.01
HSL301.18º89.47%88.82%-
HSV(B)301.18º20.24%98.82%-
XYZ78.4469.43100.53-
YUV221.95144.4149.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 201 (78.91% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=35.80%
G=28.55%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220125100.200.000.01301.1889.4788.82
HexFCC9FB0140112d5959
Octal37431137302401455131131
Binary1111110011001001111110110101000110010110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9FB; }

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

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

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

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

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

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

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

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