#FEEFC5

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

Shades of Oasis #FEEFC5

Tints of Oasis #FEEFC5

Color information

#FEEFC5 (or 0xFEEFC5) is unknown color: approx Oasis. HEX triplet: FE, EF and C5. RGB value is (254,239,197). Sum of RGB (Red+Green+Blue) = 254+239+197=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 197 (77.34% from 255 or 28.55% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC5 is #01103A. Grayscale: #EEEEEE. Windows color (decimal): -69691 or 12972030. OLE color: 12972030.

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

Color convert

RGB254239197-
CMYK00.060.220.00
HSL44.21º96.61%88.43%-
HSV(B)44.21º22.44%99.61%-
XYZ81.8286.8465.27-
YUV238.7104.47138.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 197 (77.34% from 255) = 28.55%
R=36.81%
G=34.64%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423919700.060.220.0044.2196.6188.43
HexFEEFC5061602c6158
Octal3763573050626054141130
Binary111111101110111111000101011010110010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFC5; }

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

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

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

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

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

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

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

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