#FBEABF

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

Shades of Oasis #FBEABF

Tints of Oasis #FBEABF

Color information

#FBEABF (or 0xFBEABF) is unknown color: approx Oasis. HEX triplet: FB, EA and BF. RGB value is (251,234,191). Sum of RGB (Red+Green+Blue) = 251+234+191=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEABF is #041540. Grayscale: #EAEAEA. Windows color (decimal): -267585 or 12577531. OLE color: 12577531.

HSL color Cylindrical-coordinate representation of color #FBEABF: hue angle of 43º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBEABF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251234191-
CMYK00.070.240.02
HSL43º88.24%86.67%-
HSV(B)43º23.9%98.43%-
XYZ78.6183.1261.19-
YUV234.18103.63140-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 28.25%
R=37.13%
G=34.62%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123419100.070.240.024388.2486.67
HexFBEABF071822b5857
Octal3733522770730253130127
Binary1111101111101010101111110111110001010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEABF; }

 p { color: rgb(251,234,191); }

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

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

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

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

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

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

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