#FBEFC5

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

Shades of Oasis #FBEFC5

Tints of Oasis #FBEFC5

Color information

#FBEFC5 (or 0xFBEFC5) is unknown color: approx Oasis. HEX triplet: FB, EF and C5. RGB value is (251,239,197). Sum of RGB (Red+Green+Blue) = 251+239+197=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC5 is #04103A. Grayscale: #EDEDED. Windows color (decimal): -266299 or 12972027. OLE color: 12972027.

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

Color convert

RGB251239197-
CMYK00.050.220.02
HSL46.67º87.1%87.84%-
HSV(B)46.67º21.51%98.43%-
XYZ80.7386.2765.22-
YUV237.8104.98137.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 197 (77.34% from 255) = 28.68%
R=36.54%
G=34.79%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123919700.050.220.0246.6787.187.84
HexFBEFC5051622f5758
Octal3733573050526257127130
Binary1111101111101111110001010101101101010111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFC5; }

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

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

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

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

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

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

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

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