#FBEFBB

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

Shades of Oasis #FBEFBB

Tints of Oasis #FBEFBB

Color information

#FBEFBB (or 0xFBEFBB) is unknown color: approx Oasis. HEX triplet: FB, EF and BB. RGB value is (251,239,187). Sum of RGB (Red+Green+Blue) = 251+239+187=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFBB is #041044. Grayscale: #ECECEC. Windows color (decimal): -266309 or 12316667. OLE color: 12316667.

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

Color convert

RGB251239187-
CMYK00.050.250.02
HSL48.75º88.89%85.88%-
HSV(B)48.75º25.5%98.43%-
XYZ79.6285.8359.38-
YUV236.6699.98138.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 187 (73.44% from 255) = 27.62%
R=37.08%
G=35.30%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123918700.050.250.0248.7588.8985.88
HexFBEFBB05192315956
Octal3733572730531261131126
Binary1111101111101111101110110101110011011000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFBB; }

 p { color: rgb(251,239,187); }

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

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

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

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

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

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

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