#FEEFCA

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

Shades of Oasis #FEEFCA

Tints of Oasis #FEEFCA

Color information

#FEEFCA (or 0xFEEFCA) is unknown color: approx Oasis. HEX triplet: FE, EF and CA. RGB value is (254,239,202). Sum of RGB (Red+Green+Blue) = 254+239+202=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFCA is #011035. Grayscale: #EFEFEF. Windows color (decimal): -69686 or 13299710. OLE color: 13299710.

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

Color convert

RGB254239202-
CMYK00.060.200.00
HSL42.69º96.3%89.41%-
HSV(B)42.69º20.47%99.61%-
XYZ82.487.0768.34-
YUV239.27106.97138.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 202 (79.30% from 255) = 29.06%
R=36.55%
G=34.39%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423920200.060.200.0042.6996.389.41
HexFEEFCA061402b6059
Octal3763573120624053140131
Binary111111101110111111001010011010100010101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFCA; }

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

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

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

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

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

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

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

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