#FCCFFA

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

Shades of Snuff #FCCFFA

Tints of Snuff #FCCFFA

Color information

#FCCFFA (or 0xFCCFFA) is unknown color: approx Snuff. HEX triplet: FC, CF and FA. RGB value is (252,207,250). Sum of RGB (Red+Green+Blue) = 252+207+250=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 207 (81.25% from 255 or 29.20% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFA is #033005. Grayscale: #E1E1E1. Windows color (decimal): -208902 or 16437244. OLE color: 16437244.

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

Color convert

RGB252207250-
CMYK00.180.010.01
HSL302.67º88.24%90%-
HSV(B)302.67º17.86%98.82%-
XYZ79.7172.22100.18-
YUV225.36141.91147-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 207 (81.25% from 255) = 29.20%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=35.54%
G=29.20%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220725000.180.010.01302.6788.2490
HexFCCFFA0121112f585a
Octal37431737202211457130132
Binary1111110011001111111110100100101110010111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFFA; }

 p { color: rgb(252,207,250); }

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

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

 a { background-color: rgb(252,207,250); }

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

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

 span { border-color: rgb(252,207,250); }

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