#FCC0FF

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

Shades of Snuff #FCC0FF

Tints of Snuff #FCC0FF

Color information

#FCC0FF (or 0xFCC0FF) is unknown color: approx Snuff. HEX triplet: FC, C0 and FF. RGB value is (252,192,255). Sum of RGB (Red+Green+Blue) = 252+192+255=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0FF is #033F00. Grayscale: #D8D8D8. Windows color (decimal): -212737 or 16761084. OLE color: 16761084.

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

Color convert

RGB252192255-
CMYK0.010.2500
HSL297.14º100%87.65%-
HSV(B)297.14º24.71%100%-
XYZ77.0465.61103.21-
YUV217.12149.38152.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 192 (75.39% from 255) = 27.47%
BLUE value IS 255 (100% from 255) = 36.48%
R=36.05%
G=27.47%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521922550.010.2500297.1410087.65
HexFCC0FF119001296458
Octal37430037713100451144130
Binary1111110011000000111111111110010010010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0FF; }

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

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

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

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

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

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

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

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