#FCC8FC

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

Shades of Snuff #FCC8FC

Tints of Snuff #FCC8FC

Color information

#FCC8FC (or 0xFCC8FC) is unknown color: approx Snuff. HEX triplet: FC, C8 and FC. RGB value is (252,200,252). Sum of RGB (Red+Green+Blue) = 252+200+252=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FC is #033703. Grayscale: #DDDDDD. Windows color (decimal): -210692 or 16566524. OLE color: 16566524.

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

Color convert

RGB252200252-
CMYK00.2100.01
HSL300º89.66%88.63%-
HSV(B)300º20.63%98.82%-
XYZ78.3769.03101.29-
YUV221.48145.23149.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 200 (78.52% from 255) = 28.41%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=35.80%
G=28.41%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220025200.2100.0130089.6688.63
HexFCC8FC0150112c5a59
Octal37431037402501454132131
Binary1111110011001000111111000101010110010110010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8FC; }

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

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

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

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

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

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

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

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