#FCC2FF

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

Shades of Snuff #FCC2FF

Tints of Snuff #FCC2FF

Color information

#FCC2FF (or 0xFCC2FF) is unknown color: approx Snuff. HEX triplet: FC, C2 and FF. RGB value is (252,194,255). Sum of RGB (Red+Green+Blue) = 252+194+255=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 194 (76.17% from 255 or 27.67% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2FF is #033D00. Grayscale: #DADADA. Windows color (decimal): -212225 or 16761596. OLE color: 16761596.

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

Color convert

RGB252194255-
CMYK0.010.2400
HSL297.05º100%88.04%-
HSV(B)297.05º23.92%100%-
XYZ77.4966.5103.36-
YUV218.3148.72152.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 194 (76.17% from 255) = 27.67%
BLUE value IS 255 (100% from 255) = 36.38%
R=35.95%
G=27.67%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521942550.010.2400297.0510088.04
HexFCC2FF118001296458
Octal37430237713000451144130
Binary1111110011000010111111111110000010010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2FF; }

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

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

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

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

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

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

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

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