#FCC7FA

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

Shades of Snuff #FCC7FA

Tints of Snuff #FCC7FA

Color information

#FCC7FA (or 0xFCC7FA) is unknown color: approx Snuff. HEX triplet: FC, C7 and FA. RGB value is (252,199,250). Sum of RGB (Red+Green+Blue) = 252+199+250=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 199 (78.12% from 255 or 28.39% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FA is #033805. Grayscale: #DCDCDC. Windows color (decimal): -210950 or 16435196. OLE color: 16435196.

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

Color convert

RGB252199250-
CMYK00.210.010.01
HSL302.26º89.83%88.43%-
HSV(B)302.26º21.03%98.82%-
XYZ77.8268.4499.55-
YUV220.66144.56150.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 199 (78.12% from 255) = 28.39%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.95%
G=28.39%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219925000.210.010.01302.2689.8388.43
HexFCC7FA0151112e5a58
Octal37430737202511456132130
Binary1111110011000111111110100101011110010111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7FA; }

 p { color: rgb(252,199,250); }

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

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

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

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

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

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

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