#FEEFC6

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

Shades of Oasis #FEEFC6

Tints of Oasis #FEEFC6

Color information

#FEEFC6 (or 0xFEEFC6) is unknown color: approx Oasis. HEX triplet: FE, EF and C6. RGB value is (254,239,198). Sum of RGB (Red+Green+Blue) = 254+239+198=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC6 is #011039. Grayscale: #EEEEEE. Windows color (decimal): -69690 or 13037566. OLE color: 13037566.

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

Color convert

RGB254239198-
CMYK00.060.220.00
HSL43.93º96.55%88.63%-
HSV(B)43.93º22.05%99.61%-
XYZ81.9386.8865.88-
YUV238.81104.97138.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 198 (77.73% from 255) = 28.65%
R=36.76%
G=34.59%
B=28.65%

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
Decimal25423919800.060.220.0043.9396.5588.63
HexFEEFC6061602c6159
Octal3763573060626054141131
Binary111111101110111111000110011010110010110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFC6; }

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

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

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

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

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

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

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

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