#FCC4FF

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

Shades of Snuff #FCC4FF

Tints of Snuff #FCC4FF

Color information

#FCC4FF (or 0xFCC4FF) is unknown color: approx Snuff. HEX triplet: FC, C4 and FF. RGB value is (252,196,255). Sum of RGB (Red+Green+Blue) = 252+196+255=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 196 (76.95% from 255 or 27.88% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FF is #033B00. Grayscale: #DBDBDB. Windows color (decimal): -211713 or 16762108. OLE color: 16762108.

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

Color convert

RGB252196255-
CMYK0.010.2300
HSL296.95º100%88.43%-
HSV(B)296.95º23.14%100%-
XYZ77.9367.4103.51-
YUV219.47148.05151.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 196 (76.95% from 255) = 27.88%
BLUE value IS 255 (100% from 255) = 36.27%
R=35.85%
G=27.88%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521962550.010.2300296.9510088.43
HexFCC4FF117001296458
Octal37430437712700451144130
Binary1111110011000100111111111101110010010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4FF; }

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

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

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

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

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

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

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

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