#FCC4FE

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

Shades of Snuff #FCC4FE

Tints of Snuff #FCC4FE

Color information

#FCC4FE (or 0xFCC4FE) is unknown color: approx Snuff. HEX triplet: FC, C4 and FE. RGB value is (252,196,254). Sum of RGB (Red+Green+Blue) = 252+196+254=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FE is #033B01. Grayscale: #DBDBDB. Windows color (decimal): -211714 or 16696572. OLE color: 16696572.

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

Color convert

RGB252196254-
CMYK0.010.2300.00
HSL297.93º96.67%88.24%-
HSV(B)297.93º22.83%99.61%-
XYZ77.7767.33102.66-
YUV219.36147.55151.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 196 (76.95% from 255) = 27.92%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=35.90%
G=27.92%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521962540.010.2300.00297.9396.6788.24
HexFCC4FE1170012a6158
Octal37430437612700452141130
Binary1111110011000100111111101101110010010101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4FE; }

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

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

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

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

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

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

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

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