#FBEEC0

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

Shades of Oasis #FBEEC0

Tints of Oasis #FBEEC0

Color information

#FBEEC0 (or 0xFBEEC0) is unknown color: approx Oasis. HEX triplet: FB, EE and C0. RGB value is (251,238,192). Sum of RGB (Red+Green+Blue) = 251+238+192=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC0 is #04113F. Grayscale: #ECECEC. Windows color (decimal): -266560 or 12644091. OLE color: 12644091.

HSL color Cylindrical-coordinate representation of color #FBEEC0: hue angle of 46.78º 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 #FBEEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251238192-
CMYK00.050.240.02
HSL46.78º88.06%86.86%-
HSV(B)46.78º23.51%98.43%-
XYZ79.8785.4662.16-
YUV236.64102.81138.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 192 (75.39% from 255) = 28.19%
R=36.86%
G=34.95%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123819200.050.240.0246.7888.0686.86
HexFBEEC0051822f5857
Octal3733563000530257130127
Binary1111101111101110110000000101110001010111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEC0; }

 p { color: rgb(251,238,192); }

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

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

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

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

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

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

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