#FCC0FE

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

Shades of Snuff #FCC0FE

Tints of Snuff #FCC0FE

Color information

#FCC0FE (or 0xFCC0FE) is unknown color: approx Snuff. HEX triplet: FC, C0 and FE. RGB value is (252,192,254). Sum of RGB (Red+Green+Blue) = 252+192+254=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0FE is #033F01. Grayscale: #D8D8D8. Windows color (decimal): -212738 or 16695548. OLE color: 16695548.

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

Color convert

RGB252192254-
CMYK0.010.2400.00
HSL298.06º96.88%87.45%-
HSV(B)298.06º24.41%99.61%-
XYZ76.8865.55102.37-
YUV217.01148.88152.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 192 (75.39% from 255) = 27.51%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=36.10%
G=27.51%
B=36.39%

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
Decimal2521922540.010.2400.00298.0696.8887.45
HexFCC0FE1180012a6157
Octal37430037613000452141127
Binary1111110011000000111111101110000010010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0FE; }

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

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

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

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

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

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

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

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