#FABEFD

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

Shades of Snuff #FABEFD

Tints of Snuff #FABEFD

Color information

#FABEFD (or 0xFABEFD) is unknown color: approx Snuff. HEX triplet: FA, BE and FD. RGB value is (250,190,253). Sum of RGB (Red+Green+Blue) = 250+190+253=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEFD is #054102. Grayscale: #D6D6D6. Windows color (decimal): -344323 or 16629498. OLE color: 16629498.

HSL color Cylindrical-coordinate representation of color #FABEFD: hue angle of 297.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABEFD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250190253-
CMYK0.010.2500.01
HSL297.14º94.03%86.86%-
HSV(B)297.14º24.9%99.22%-
XYZ75.5764.24101.35-
YUV215.12149.38152.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 27.42%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=36.08%
G=27.42%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501902530.010.2500.01297.1494.0386.86
HexFABEFD119011295e57
Octal37227637513101451136127
Binary1111101010111110111111011110010110010100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEFD; }

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

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

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

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

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

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

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

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