#FEECC2

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

Shades of Oasis #FEECC2

Tints of Oasis #FEECC2

Color information

#FEECC2 (or 0xFEECC2) is unknown color: approx Oasis. HEX triplet: FE, EC and C2. RGB value is (254,236,194). Sum of RGB (Red+Green+Blue) = 254+236+194=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC2 is #01133D. Grayscale: #ECECEC. Windows color (decimal): -70462 or 12774654. OLE color: 12774654.

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

Color convert

RGB254236194-
CMYK00.070.240.00
HSL42º96.77%87.84%-
HSV(B)42º23.62%99.61%-
XYZ80.6184.9663.19-
YUV236.59103.96140.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 194 (76.17% from 255) = 28.36%
R=37.13%
G=34.50%
B=28.36%

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
Decimal25423619400.070.240.004296.7787.84
HexFEECC2071802a6158
Octal3763543020730052141130
Binary111111101110110011000010011111000010101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECC2; }

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

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

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

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

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

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

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

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