#FEECC4

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

Shades of Oasis #FEECC4

Tints of Oasis #FEECC4

Color information

#FEECC4 (or 0xFEECC4) is unknown color: approx Oasis. HEX triplet: FE, EC and C4. RGB value is (254,236,196). Sum of RGB (Red+Green+Blue) = 254+236+196=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC4 is #01133B. Grayscale: #EDEDED. Windows color (decimal): -70460 or 12905726. OLE color: 12905726.

HSL color Cylindrical-coordinate representation of color #FEECC4: hue angle of 41.38º 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 #FEECC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254236196-
CMYK00.070.230.00
HSL41.38º96.67%88.24%-
HSV(B)41.38º22.83%99.61%-
XYZ80.8385.0564.38-
YUV236.82104.96140.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 196 (76.95% from 255) = 28.57%
R=37.03%
G=34.40%
B=28.57%

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
Decimal25423619600.070.230.0041.3896.6788.24
HexFEECC407170296158
Octal3763543040727051141130
Binary111111101110110011000100011110111010100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECC4; }

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

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

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

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

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

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

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

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