#FEF0CC

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

Shades of Oasis #FEF0CC

Tints of Oasis #FEF0CC

Color information

#FEF0CC (or 0xFEF0CC) is unknown color: approx Oasis. HEX triplet: FE, F0 and CC. RGB value is (254,240,204). Sum of RGB (Red+Green+Blue) = 254+240+204=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CC is #010F33. Grayscale: #F0F0F0. Windows color (decimal): -69428 or 13431038. OLE color: 13431038.

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

Color convert

RGB254240204-
CMYK00.060.200.00
HSL43.2º96.15%89.8%-
HSV(B)43.2º19.69%99.61%-
XYZ82.9387.7569.69-
YUV240.08107.64137.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 29.23%
R=36.39%
G=34.38%
B=29.23%

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
Decimal25424020400.060.200.0043.296.1589.8
HexFEF0CC061402b605a
Octal3763603140624053140132
Binary111111101111000011001100011010100010101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0CC; }

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

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

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

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

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

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

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

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