#FEEBC7

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

Shades of Oasis #FEEBC7

Tints of Oasis #FEEBC7

Color information

#FEEBC7 (or 0xFEEBC7) is unknown color: approx Oasis. HEX triplet: FE, EB and C7. RGB value is (254,235,199). Sum of RGB (Red+Green+Blue) = 254+235+199=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC7 is #011438. Grayscale: #ECECEC. Windows color (decimal): -70713 or 13102078. OLE color: 13102078.

HSL color Cylindrical-coordinate representation of color #FEEBC7: hue angle of 39.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEBC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254235199-
CMYK00.070.220.00
HSL39.27º96.49%88.82%-
HSV(B)39.27º21.65%99.61%-
XYZ80.8984.6166.1-
YUV236.58106.79140.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 199 (78.12% from 255) = 28.92%
R=36.92%
G=34.16%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423519900.070.220.0039.2796.4988.82
HexFEEBC707160276059
Octal3763533070726047140131
Binary111111101110101111000111011110110010011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBC7; }

 p { color: rgb(254,235,199); }

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

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

 a { background-color: rgb(254,235,199); }

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

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

 span { border-color: rgb(254,235,199); }

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