#FDEEC0

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

Shades of Oasis #FDEEC0

Tints of Oasis #FDEEC0

Color information

#FDEEC0 (or 0xFDEEC0) is unknown color: approx Oasis. HEX triplet: FD, EE and C0. RGB value is (253,238,192). Sum of RGB (Red+Green+Blue) = 253+238+192=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC0 is #02113F. Grayscale: #EDEDED. Windows color (decimal): -135488 or 12644093. OLE color: 12644093.

HSL color Cylindrical-coordinate representation of color #FDEEC0: hue angle of 45.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDEEC0 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253238192-
CMYK00.060.240.01
HSL45.25º93.85%87.25%-
HSV(B)45.25º24.11%99.22%-
XYZ80.685.8462.19-
YUV237.24102.47139.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 192 (75.39% from 255) = 28.11%
R=37.04%
G=34.85%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323819200.060.240.0145.2593.8587.25
HexFDEEC0061812d5e57
Octal3753563000630155136127
Binary111111011110111011000000011011000110110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEC0; }

 p { color: rgb(253,238,192); }

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

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

 a { background-color: rgb(253,238,192); }

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

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

 span { border-color: rgb(253,238,192); }

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