#FBF4FB

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

Shades of Selago #FBF4FB

Tints of Selago #FBF4FB

Color information

#FBF4FB (or 0xFBF4FB) is unknown color: approx Selago. HEX triplet: FB, F4 and FB. RGB value is (251,244,251). Sum of RGB (Red+Green+Blue) = 251+244+251=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FB is #040B04. Grayscale: #F6F6F6. Windows color (decimal): -264965 or 16512251. OLE color: 16512251.

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

Color convert

RGB251244251-
CMYK00.0300.02
HSL300º46.67%97.06%-
HSV(B)300º2.79%98.43%-
XYZ89.5592.18104.34-
YUV246.89130.32130.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 244 (95.70% from 255) = 32.71%
BLUE value IS 251 (98.44% from 255) = 33.65%
R=33.65%
G=32.71%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124425100.0300.0230046.6797.06
HexFBF4FB030212c2f61
Octal373364373030245457141
Binary1111101111110100111110110110101001011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4FB; }

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

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

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

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

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

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

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

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