#FABCFC

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

Shades of Snuff #FABCFC

Tints of Snuff #FABCFC

Color information

#FABCFC (or 0xFABCFC) is unknown color: approx Snuff. HEX triplet: FA, BC and FC. RGB value is (250,188,252). Sum of RGB (Red+Green+Blue) = 250+188+252=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFC is #054303. Grayscale: #D5D5D5. Windows color (decimal): -344836 or 16563450. OLE color: 16563450.

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

Color convert

RGB250188252-
CMYK0.010.2500.01
HSL298.12º91.43%86.27%-
HSV(B)298.12º25.4%98.82%-
XYZ74.9863.32100.37-
YUV213.83149.54153.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 188 (73.83% from 255) = 27.25%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=36.23%
G=27.25%
B=36.52%

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
Decimal2501882520.010.2500.01298.1291.4386.27
HexFABCFC1190112a5b56
Octal37227437413101452133126
Binary1111101010111100111111001110010110010101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCFC; }

 p { color: rgb(250,188,252); }

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

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

 a { background-color: rgb(250,188,252); }

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

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

 span { border-color: rgb(250,188,252); }

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