#FABFF7

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

Shades of Snuff #FABFF7

Tints of Snuff #FABFF7

Color information

#FABFF7 (or 0xFABFF7) is unknown color: approx Snuff. HEX triplet: FA, BF and F7. RGB value is (250,191,247). Sum of RGB (Red+Green+Blue) = 250+191+247=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 191 (75% from 255 or 27.76% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF7 is #054008. Grayscale: #D6D6D6. Windows color (decimal): -344073 or 16236538. OLE color: 16236538.

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

Color convert

RGB250191247-
CMYK00.240.010.02
HSL303.05º85.51%86.47%-
HSV(B)303.05º23.6%98.04%-
XYZ74.8464.396.46-
YUV215.02146.05152.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 27.76%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=36.34%
G=27.76%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019124700.240.010.02303.0585.5186.47
HexFABFF70181212f5656
Octal37227736703012457126126
Binary11111010101111111111011101100011010010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFF7; }

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

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

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

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

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

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

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

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