#FCCAF8

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

Shades of Snuff #FCCAF8

Tints of Snuff #FCCAF8

Color information

#FCCAF8 (or 0xFCCAF8) is unknown color: approx Snuff. HEX triplet: FC, CA and F8. RGB value is (252,202,248). Sum of RGB (Red+Green+Blue) = 252+202+248=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF8 is #033507. Grayscale: #DEDEDE. Windows color (decimal): -210184 or 16304892. OLE color: 16304892.

HSL color Cylindrical-coordinate representation of color #FCCAF8: hue angle of 304.8º 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 #FCCAF8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252202248-
CMYK00.200.020.01
HSL304.8º89.29%89.02%-
HSV(B)304.8º19.84%98.82%-
XYZ78.2169.7198.14-
YUV222.19142.56149.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 202 (79.30% from 255) = 28.77%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=35.90%
G=28.77%
B=35.33%

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
Decimal25220224800.200.020.01304.889.2989.02
HexFCCAF8014211315959
Octal37431237002421461131131
Binary11111100110010101111100001010010110011000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAF8; }

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

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

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

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

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

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

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

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