#FEEFC2

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

Shades of Oasis #FEEFC2

Tints of Oasis #FEEFC2

Color information

#FEEFC2 (or 0xFEEFC2) is unknown color: approx Oasis. HEX triplet: FE, EF and C2. RGB value is (254,239,194). Sum of RGB (Red+Green+Blue) = 254+239+194=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 194 (76.17% from 255 or 28.24% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC2 is #01103D. Grayscale: #EEEEEE. Windows color (decimal): -69694 or 12775422. OLE color: 12775422.

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

Color convert

RGB254239194-
CMYK00.060.240.00
HSL45º96.77%87.84%-
HSV(B)45º23.62%99.61%-
XYZ81.4886.763.48-
YUV238.35102.97139.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 194 (76.17% from 255) = 28.24%
R=36.97%
G=34.79%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423919400.060.240.004596.7787.84
HexFEEFC2061802d6158
Octal3763573020630055141130
Binary111111101110111111000010011011000010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFC2; }

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

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

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

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

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

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

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

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