#FBEBFB

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

Shades of Selago #FBEBFB

Tints of Selago #FBEBFB

Color information

#FBEBFB (or 0xFBEBFB) is unknown color: approx Selago. HEX triplet: FB, EB and FB. RGB value is (251,235,251). Sum of RGB (Red+Green+Blue) = 251+235+251=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 235 (92.19% from 255 or 31.89% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBFB is #041404. Grayscale: #F1F1F1. Windows color (decimal): -267269 or 16509947. OLE color: 16509947.

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

Color convert

RGB251235251-
CMYK00.0600.02
HSL300º66.67%95.29%-
HSV(B)300º6.37%98.43%-
XYZ86.986.89103.46-
YUV241.61133.3134.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 235 (92.19% from 255) = 31.89%
BLUE value IS 251 (98.44% from 255) = 34.06%
R=34.06%
G=31.89%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123525100.0600.0230066.6795.29
HexFBEBFB060212c435f
Octal3733533730602454103137
Binary111110111110101111111011011001010010110010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBFB; }

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

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

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

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

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

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

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

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