#FBF0FB

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

Shades of Selago #FBF0FB

Tints of Selago #FBF0FB

Color information

#FBF0FB (or 0xFBF0FB) is unknown color: approx Selago. HEX triplet: FB, F0 and FB. RGB value is (251,240,251). Sum of RGB (Red+Green+Blue) = 251+240+251=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FB is #040F04. Grayscale: #F4F4F4. Windows color (decimal): -265989 or 16511227. OLE color: 16511227.

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

Color convert

RGB251240251-
CMYK00.0400.02
HSL300º57.89%96.27%-
HSV(B)300º4.38%98.43%-
XYZ88.3689.79103.94-
YUV244.54131.64132.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 240 (94.14% from 255) = 32.35%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=33.83%
G=32.35%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124025100.0400.0230057.8996.27
HexFBF0FB040212c3a60
Octal373360373040245472140
Binary11111011111100001111101101000101001011001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0FB; }

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

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

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

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

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

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

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

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