#FCCAF6

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

Shades of Snuff #FCCAF6

Tints of Snuff #FCCAF6

Color information

#FCCAF6 (or 0xFCCAF6) is unknown color: approx Snuff. HEX triplet: FC, CA and F6. RGB value is (252,202,246). Sum of RGB (Red+Green+Blue) = 252+202+246=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF6 is #033509. Grayscale: #DDDDDD. Windows color (decimal): -210186 or 16173820. OLE color: 16173820.

HSL color Cylindrical-coordinate representation of color #FCCAF6: hue angle of 307.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAF6 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252202246-
CMYK00.200.020.01
HSL307.2º89.29%89.02%-
HSV(B)307.2º19.84%98.82%-
XYZ77.969.5996.52-
YUV221.97141.56149.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 202 (79.30% from 255) = 28.86%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=36%
G=28.86%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220224600.200.020.01307.289.2989.02
HexFCCAF6014211335959
Octal37431236602421463131131
Binary11111100110010101111011001010010110011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAF6; }

 p { color: rgb(252,202,246); }

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

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

 a { background-color: rgb(252,202,246); }

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

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

 span { border-color: rgb(252,202,246); }

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