#FABFFD

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

Shades of Snuff #FABFFD

Tints of Snuff #FABFFD

Color information

#FABFFD (or 0xFABFFD) is unknown color: approx Snuff. HEX triplet: FA, BF and FD. RGB value is (250,191,253). Sum of RGB (Red+Green+Blue) = 250+191+253=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFD is #054002. Grayscale: #D7D7D7. Windows color (decimal): -344067 or 16629754. OLE color: 16629754.

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

Color convert

RGB250191253-
CMYK0.010.2500.01
HSL297.1º93.94%87.06%-
HSV(B)297.1º24.51%99.22%-
XYZ75.7864.68101.42-
YUV215.71149.05152.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 191 (75% from 255) = 27.52%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=36.02%
G=27.52%
B=36.46%

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
Decimal2501912530.010.2500.01297.193.9487.06
HexFABFFD119011295e57
Octal37227737513101451136127
Binary1111101010111111111111011110010110010100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFFD; }

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

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

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

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

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

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

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

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