#FACAFA

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

Shades of Snuff #FACAFA

Tints of Snuff #FACAFA

Color information

#FACAFA (or 0xFACAFA) is unknown color: approx Snuff. HEX triplet: FA, CA and FA. RGB value is (250,202,250). Sum of RGB (Red+Green+Blue) = 250+202+250=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FACAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFA is #053505. Grayscale: #DDDDDD. Windows color (decimal): -341254 or 16435962. OLE color: 16435962.

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

Color convert

RGB250202250-
CMYK00.1900.02
HSL300º82.76%88.63%-
HSV(B)300º19.2%98.04%-
XYZ77.869.4799.75-
YUV221.82143.9148.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 28.77%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=35.61%
G=28.77%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020225000.1900.0230082.7688.63
HexFACAFA0130212c5359
Octal37231237202302454123131
Binary11111010110010101111101001001101010010110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAFA; }

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

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

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

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

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

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

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

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