#FCC8FF

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

Shades of Snuff #FCC8FF

Tints of Snuff #FCC8FF

Color information

#FCC8FF (or 0xFCC8FF) is unknown color: approx Snuff. HEX triplet: FC, C8 and FF. RGB value is (252,200,255). Sum of RGB (Red+Green+Blue) = 252+200+255=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 200 (78.52% from 255 or 28.29% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FF is #033700. Grayscale: #DDDDDD. Windows color (decimal): -210689 or 16763132. OLE color: 16763132.

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

Color convert

RGB252200255-
CMYK0.010.2200
HSL296.73º100%89.22%-
HSV(B)296.73º21.57%100%-
XYZ78.8569.22103.81-
YUV221.82146.73149.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 200 (78.52% from 255) = 28.29%
BLUE value IS 255 (100% from 255) = 36.07%
R=35.64%
G=28.29%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522002550.010.2200296.7310089.22
HexFCC8FF116001296459
Octal37431037712600451144131
Binary1111110011001000111111111101100010010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8FF; }

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

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

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

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

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

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

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

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