#FBEEC3

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

Shades of Oasis #FBEEC3

Tints of Oasis #FBEEC3

Color information

#FBEEC3 (or 0xFBEEC3) is unknown color: approx Oasis. HEX triplet: FB, EE and C3. RGB value is (251,238,195). Sum of RGB (Red+Green+Blue) = 251+238+195=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC3 is #04113C. Grayscale: #EDEDED. Windows color (decimal): -266557 or 12840699. OLE color: 12840699.

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

Color convert

RGB251238195-
CMYK00.050.220.02
HSL46.07º87.5%87.45%-
HSV(B)46.07º22.31%98.43%-
XYZ80.2185.663.92-
YUV236.98104.31138-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 195 (76.56% from 255) = 28.51%
R=36.70%
G=34.80%
B=28.51%

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
Decimal25123819500.050.220.0246.0787.587.45
HexFBEEC3051622e5857
Octal3733563030526256130127
Binary1111101111101110110000110101101101010111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEC3; }

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

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

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

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

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

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

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

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