#FDEEC4

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

Shades of Oasis #FDEEC4

Tints of Oasis #FDEEC4

Color information

#FDEEC4 (or 0xFDEEC4) is unknown color: approx Oasis. HEX triplet: FD, EE and C4. RGB value is (253,238,196). Sum of RGB (Red+Green+Blue) = 253+238+196=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC4 is #02113B. Grayscale: #EDEDED. Windows color (decimal): -135484 or 12906237. OLE color: 12906237.

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

Color convert

RGB253238196-
CMYK00.060.230.01
HSL44.21º93.44%88.04%-
HSV(B)44.21º22.53%99.22%-
XYZ81.0586.0264.56-
YUV237.7104.47138.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 196 (76.95% from 255) = 28.53%
R=36.83%
G=34.64%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323819600.060.230.0144.2193.4488.04
HexFDEEC4061712c5d58
Octal3753563040627154135130
Binary111111011110111011000100011010111110110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEC4; }

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

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

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

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

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

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

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

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