#FCC2FE

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

Shades of Snuff #FCC2FE

Tints of Snuff #FCC2FE

Color information

#FCC2FE (or 0xFCC2FE) is unknown color: approx Snuff. HEX triplet: FC, C2 and FE. RGB value is (252,194,254). Sum of RGB (Red+Green+Blue) = 252+194+254=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 194 (76.17% from 255 or 27.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2FE is #033D01. Grayscale: #DADADA. Windows color (decimal): -212226 or 16696060. OLE color: 16696060.

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

Color convert

RGB252194254-
CMYK0.010.2400.00
HSL298º96.77%87.84%-
HSV(B)298º23.62%99.61%-
XYZ77.3366.43102.51-
YUV218.18148.22152.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 194 (76.17% from 255) = 27.71%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=36%
G=27.71%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521942540.010.2400.0029896.7787.84
HexFCC2FE1180012a6158
Octal37430237613000452141130
Binary1111110011000010111111101110000010010101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2FE; }

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

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

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

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

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

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

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

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