#FAC8F7

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

Shades of Snuff #FAC8F7

Tints of Snuff #FAC8F7

Color information

#FAC8F7 (or 0xFAC8F7) is unknown color: approx Snuff. HEX triplet: FA, C8 and F7. RGB value is (250,200,247). Sum of RGB (Red+Green+Blue) = 250+200+247=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F7 is #053708. Grayscale: #DCDCDC. Windows color (decimal): -341769 or 16238842. OLE color: 16238842.

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

Color convert

RGB250200247-
CMYK00.20.010.02
HSL303.6º83.33%88.24%-
HSV(B)303.6º20%98.04%-
XYZ76.8768.3597.14-
YUV220.31143.06149.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 200 (78.52% from 255) = 28.69%
BLUE value IS 247 (96.88% from 255) = 35.44%
R=35.87%
G=28.69%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020024700.20.010.02303.683.3388.24
HexFAC8F7014121305358
Octal37231036702412460123130
Binary11111010110010001111011101010011010011000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8F7; }

 p { color: rgb(250,200,247); }

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

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

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

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

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

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

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