#FBF8FB

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

Shades of Selago #FBF8FB

Tints of Selago #FBF8FB

Color information

#FBF8FB (or 0xFBF8FB) is unknown color: approx Selago. HEX triplet: FB, F8 and FB. RGB value is (251,248,251). Sum of RGB (Red+Green+Blue) = 251+248+251=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 251 (98.44% from 255 or 33.47% from 750); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8FB is #040704. Grayscale: #F9F9F9. Windows color (decimal): -263941 or 16513275. OLE color: 16513275.

HSL color Cylindrical-coordinate representation of color #FBF8FB: hue angle of 300º degrees, saturation: 0.27, 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 #FBF8FB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251248251-
CMYK00.0100.02
HSL300º27.27%97.84%-
HSV(B)300º1.2%98.43%-
XYZ90.7694.61104.74-
YUV249.24128.99129.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 248 (97.27% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 33.47%
R=33.47%
G=33.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124825100.0100.0230027.2797.84
HexFBF8FB010212c1b62
Octal373370373010245433142
Binary11111011111110001111101101010100101100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8FB; }

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

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

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

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

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

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

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

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