#FEECC1

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

Shades of Oasis #FEECC1

Tints of Oasis #FEECC1

Color information

#FEECC1 (or 0xFEECC1) is unknown color: approx Oasis. HEX triplet: FE, EC and C1. RGB value is (254,236,193). Sum of RGB (Red+Green+Blue) = 254+236+193=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC1 is #01133E. Grayscale: #ECECEC. Windows color (decimal): -70463 or 12709118. OLE color: 12709118.

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

Color convert

RGB254236193-
CMYK00.070.240.00
HSL42.3º96.83%87.65%-
HSV(B)42.3º24.02%99.61%-
XYZ80.4984.9162.6-
YUV236.48103.46140.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 193 (75.78% from 255) = 28.26%
R=37.19%
G=34.55%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423619300.070.240.0042.396.8387.65
HexFEECC1071802a6158
Octal3763543010730052141130
Binary111111101110110011000001011111000010101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECC1; }

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

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

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

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

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

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

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

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