#FCC9FE

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

Shades of Snuff #FCC9FE

Tints of Snuff #FCC9FE

Color information

#FCC9FE (or 0xFCC9FE) is unknown color: approx Snuff. HEX triplet: FC, C9 and FE. RGB value is (252,201,254). Sum of RGB (Red+Green+Blue) = 252+201+254=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 201 (78.91% from 255 or 28.43% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FE is #033601. Grayscale: #DEDEDE. Windows color (decimal): -210434 or 16697852. OLE color: 16697852.

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

Color convert

RGB252201254-
CMYK0.010.2100.00
HSL297.74º96.36%89.22%-
HSV(B)297.74º20.87%99.61%-
XYZ78.9269.62103.05-
YUV222.29145.9149.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 201 (78.91% from 255) = 28.43%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=35.64%
G=28.43%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522012540.010.2100.00297.7496.3689.22
HexFCC9FE1150012a6059
Octal37431137612500452140131
Binary1111110011001001111111101101010010010101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9FE; }

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

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

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

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

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

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

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

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