#FBF6FB

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

Shades of Selago #FBF6FB

Tints of Selago #FBF6FB

Color information

#FBF6FB (or 0xFBF6FB) is unknown color: approx Selago. HEX triplet: FB, F6 and FB. RGB value is (251,246,251). Sum of RGB (Red+Green+Blue) = 251+246+251=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 251 (98.44% from 255 or 33.56% from 748); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6FB is #040904. Grayscale: #F8F8F8. Windows color (decimal): -264453 or 16512763. OLE color: 16512763.

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

Color convert

RGB251246251-
CMYK00.0200.02
HSL300º38.46%97.45%-
HSV(B)300º1.99%98.43%-
XYZ90.1593.39104.54-
YUV248.06129.66130.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.56%
GREEN value IS 246 (96.48% from 255) = 32.89%
BLUE value IS 251 (98.44% from 255) = 33.56%
R=33.56%
G=32.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124625100.0200.0230038.4697.45
HexFBF6FB020212c2661
Octal373366373020245446141
Binary1111101111110110111110110100101001011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6FB; }

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

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

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

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

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

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

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

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