#FCC6FE

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

Shades of Snuff #FCC6FE

Tints of Snuff #FCC6FE

Color information

#FCC6FE (or 0xFCC6FE) is unknown color: approx Snuff. HEX triplet: FC, C6 and FE. RGB value is (252,198,254). Sum of RGB (Red+Green+Blue) = 252+198+254=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 198 (77.73% from 255 or 28.12% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6FE is #033901. Grayscale: #DCDCDC. Windows color (decimal): -211202 or 16697084. OLE color: 16697084.

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

Color convert

RGB252198254-
CMYK0.010.2200.00
HSL297.86º96.55%88.63%-
HSV(B)297.86º22.05%99.61%-
XYZ78.2368.24102.81-
YUV220.53146.89150.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 198 (77.73% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=35.80%
G=28.12%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521982540.010.2200.00297.8696.5588.63
HexFCC6FE1160012a6159
Octal37430637612600452141131
Binary1111110011000110111111101101100010010101011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6FE; }

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

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

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

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

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

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

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

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