#FEF0C7

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

Shades of Oasis #FEF0C7

Tints of Oasis #FEF0C7

Color information

#FEF0C7 (or 0xFEF0C7) is unknown color: approx Oasis. HEX triplet: FE, F0 and C7. RGB value is (254,240,199). Sum of RGB (Red+Green+Blue) = 254+240+199=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 199 (78.12% from 255 or 28.72% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0C7 is #010F38. Grayscale: #EFEFEF. Windows color (decimal): -69433 or 13103358. OLE color: 13103358.

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

Color convert

RGB254240199-
CMYK00.060.220.00
HSL44.73º96.49%88.82%-
HSV(B)44.73º21.65%99.61%-
XYZ82.3487.5166.58-
YUV239.51105.14138.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 199 (78.12% from 255) = 28.72%
R=36.65%
G=34.63%
B=28.72%

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
Decimal25424019900.060.220.0044.7396.4988.82
HexFEF0C7061602d6059
Octal3763603070626055140131
Binary111111101111000011000111011010110010110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0C7; }

 p { color: rgb(254,240,199); }

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

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

 a { background-color: rgb(254,240,199); }

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

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

 span { border-color: rgb(254,240,199); }

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