#FEEBC4

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

Shades of Oasis #FEEBC4

Tints of Oasis #FEEBC4

Color information

#FEEBC4 (or 0xFEEBC4) is unknown color: approx Oasis. HEX triplet: FE, EB and C4. RGB value is (254,235,196). Sum of RGB (Red+Green+Blue) = 254+235+196=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC4 is #01143B. Grayscale: #ECECEC. Windows color (decimal): -70716 or 12905470. OLE color: 12905470.

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

Color convert

RGB254235196-
CMYK00.070.230.00
HSL40.34º96.67%88.24%-
HSV(B)40.34º22.83%99.61%-
XYZ80.5584.4764.28-
YUV236.24105.29140.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 196 (76.95% from 255) = 28.61%
R=37.08%
G=34.31%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423519600.070.230.0040.3496.6788.24
HexFEEBC407170286158
Octal3763533040727050141130
Binary111111101110101111000100011110111010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBC4; }

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

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

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

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

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

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

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

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