#FBC8FA

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

Shades of Snuff #FBC8FA

Tints of Snuff #FBC8FA

Color information

#FBC8FA (or 0xFBC8FA) is unknown color: approx Snuff. HEX triplet: FB, C8 and FA. RGB value is (251,200,250). Sum of RGB (Red+Green+Blue) = 251+200+250=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8FA is #043705. Grayscale: #DCDCDC. Windows color (decimal): -276230 or 16435451. OLE color: 16435451.

HSL color Cylindrical-coordinate representation of color #FBC8FA: hue angle of 301.18º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8FA is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251200250-
CMYK00.200.000.02
HSL301.18º86.44%88.43%-
HSV(B)301.18º20.32%98.43%-
XYZ77.6968.7299.61-
YUV220.95144.4149.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 200 (78.52% from 255) = 28.53%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.81%
G=28.53%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120025000.200.000.02301.1886.4488.43
HexFBC8FA0140212d5658
Octal37331037202402455126130
Binary11111011110010001111101001010001010010110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8FA; }

 p { color: rgb(251,200,250); }

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

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

 a { background-color: rgb(251,200,250); }

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

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

 span { border-color: rgb(251,200,250); }

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