#FABEF6

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

Shades of Snuff #FABEF6

Tints of Snuff #FABEF6

Color information

#FABEF6 (or 0xFABEF6) is unknown color: approx Snuff. HEX triplet: FA, BE and F6. RGB value is (250,190,246). Sum of RGB (Red+Green+Blue) = 250+190+246=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF6 is #054109. Grayscale: #D6D6D6. Windows color (decimal): -344330 or 16170746. OLE color: 16170746.

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

Color convert

RGB250190246-
CMYK00.240.020.02
HSL304º85.71%86.27%-
HSV(B)304º24%98.04%-
XYZ74.4763.895.58-
YUV214.32145.88153.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 190 (74.61% from 255) = 27.70%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=36.44%
G=27.70%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019024600.240.020.0230485.7186.27
HexFABEF6018221305656
Octal37227636603022460126126
Binary111110101011111011110110011000101010011000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF6; }

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

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

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

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

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

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

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

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