#FABEF8

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

Shades of Snuff #FABEF8

Tints of Snuff #FABEF8

Color information

#FABEF8 (or 0xFABEF8) is unknown color: approx Snuff. HEX triplet: FA, BE and F8. RGB value is (250,190,248). Sum of RGB (Red+Green+Blue) = 250+190+248=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF8 is #054107. Grayscale: #D6D6D6. Windows color (decimal): -344328 or 16301818. OLE color: 16301818.

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

Color convert

RGB250190248-
CMYK00.240.010.02
HSL302º85.71%86.27%-
HSV(B)302º24%98.04%-
XYZ74.7863.9397.2-
YUV214.55146.88153.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 190 (74.61% from 255) = 27.62%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=36.34%
G=27.62%
B=36.05%

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
Decimal25019024800.240.010.0230285.7186.27
HexFABEF80181212e5656
Octal37227637003012456126126
Binary11111010101111101111100001100011010010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF8; }

 p { color: rgb(250,190,248); }

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

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

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

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

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

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

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