#FBC9FA

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

Shades of Snuff #FBC9FA

Tints of Snuff #FBC9FA

Color information

#FBC9FA (or 0xFBC9FA) is unknown color: approx Snuff. HEX triplet: FB, C9 and FA. RGB value is (251,201,250). Sum of RGB (Red+Green+Blue) = 251+201+250=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9FA is #043605. Grayscale: #DDDDDD. Windows color (decimal): -275974 or 16435707. OLE color: 16435707.

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

Color convert

RGB251201250-
CMYK00.200.000.02
HSL301.2º86.21%88.63%-
HSV(B)301.2º19.92%98.43%-
XYZ77.9369.1899.69-
YUV221.54144.06149.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 201 (78.91% from 255) = 28.63%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=35.75%
G=28.63%
B=35.61%

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
Decimal25120125000.200.000.02301.286.2188.63
HexFBC9FA0140212d5659
Octal37331137202402455126131
Binary11111011110010011111101001010001010010110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9FA; }

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

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

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

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

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

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

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

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