#FEEFC1

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

Shades of Oasis #FEEFC1

Tints of Oasis #FEEFC1

Color information

#FEEFC1 (or 0xFEEFC1) is unknown color: approx Oasis. HEX triplet: FE, EF and C1. RGB value is (254,239,193). Sum of RGB (Red+Green+Blue) = 254+239+193=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC1 is #01103E. Grayscale: #EEEEEE. Windows color (decimal): -69695 or 12709886. OLE color: 12709886.

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

Color convert

RGB254239193-
CMYK00.060.240.00
HSL45.25º96.83%87.65%-
HSV(B)45.25º24.02%99.61%-
XYZ81.3786.6562.89-
YUV238.24102.47139.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 193 (75.78% from 255) = 28.13%
R=37.03%
G=34.84%
B=28.13%

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
Decimal25423919300.060.240.0045.2596.8387.65
HexFEEFC1061802d6158
Octal3763573010630055141130
Binary111111101110111111000001011011000010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFC1; }

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

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

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

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

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

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

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

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