#FACFFA

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

Shades of Snuff #FACFFA

Tints of Snuff #FACFFA

Color information

#FACFFA (or 0xFACFFA) is unknown color: approx Snuff. HEX triplet: FA, CF and FA. RGB value is (250,207,250). Sum of RGB (Red+Green+Blue) = 250+207+250=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FACFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFFA is #053005. Grayscale: #E0E0E0. Windows color (decimal): -339974 or 16437242. OLE color: 16437242.

HSL color Cylindrical-coordinate representation of color #FACFFA: hue angle of 300º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFFA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250207250-
CMYK00.1700.02
HSL300º81.13%89.61%-
HSV(B)300º17.2%98.04%-
XYZ78.9971.85100.15-
YUV224.76142.25146-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=35.36%
G=29.28%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020725000.1700.0230081.1389.61
HexFACFFA0110212c515a
Octal37231737202102454121132
Binary11111010110011111111101001000101010010110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFFA; }

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

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

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

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

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

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

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

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