#FBF9FB

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

Shades of Selago #FBF9FB

Tints of Selago #FBF9FB

Color information

#FBF9FB (or 0xFBF9FB) is unknown color: approx Selago. HEX triplet: FB, F9 and FB. RGB value is (251,249,251). Sum of RGB (Red+Green+Blue) = 251+249+251=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FB is #040604. Grayscale: #F9F9F9. Windows color (decimal): -263685 or 16513531. OLE color: 16513531.

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

Color convert

RGB251249251-
CMYK00.0100.02
HSL300º20%98.04%-
HSV(B)300º0.8%98.43%-
XYZ91.0795.23104.85-
YUV249.83128.66128.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.42%
GREEN value IS 249 (97.66% from 255) = 33.16%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124925100.0100.023002098.04
HexFBF9FB010212c1462
Octal373371373010245424142
Binary11111011111110011111101101010100101100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9FB; }

 p { color: rgb(251,249,251); }

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

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

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

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

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

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

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