#FCCAF7

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

Shades of Snuff #FCCAF7

Tints of Snuff #FCCAF7

Color information

#FCCAF7 (or 0xFCCAF7) is unknown color: approx Snuff. HEX triplet: FC, CA and F7. RGB value is (252,202,247). Sum of RGB (Red+Green+Blue) = 252+202+247=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF7 is #033508. Grayscale: #DDDDDD. Windows color (decimal): -210185 or 16239356. OLE color: 16239356.

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

Color convert

RGB252202247-
CMYK00.200.020.01
HSL306º89.29%89.02%-
HSV(B)306º19.84%98.82%-
XYZ78.0569.6597.33-
YUV222.08142.06149.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=35.95%
G=28.82%
B=35.24%

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
Decimal25220224700.200.020.0130689.2989.02
HexFCCAF7014211325959
Octal37431236702421462131131
Binary11111100110010101111011101010010110011001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAF7; }

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

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

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

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

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

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

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

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