#FACAF9

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

Shades of Snuff #FACAF9

Tints of Snuff #FACAF9

Color information

#FACAF9 (or 0xFACAF9) is unknown color: approx Snuff. HEX triplet: FA, CA and F9. RGB value is (250,202,249). Sum of RGB (Red+Green+Blue) = 250+202+249=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF9 is #053506. Grayscale: #DDDDDD. Windows color (decimal): -341255 or 16370426. OLE color: 16370426.

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

Color convert

RGB250202249-
CMYK00.190.000.02
HSL301.25º82.76%88.63%-
HSV(B)301.25º19.2%98.04%-
XYZ77.6469.498.93-
YUV221.71143.4148.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=35.66%
G=28.82%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020224900.190.000.02301.2582.7688.63
HexFACAF90130212d5359
Octal37231237102302455123131
Binary11111010110010101111100101001101010010110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAF9; }

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

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

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

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

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

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

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

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