#FDEEC8

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

Shades of Oasis #FDEEC8

Tints of Oasis #FDEEC8

Color information

#FDEEC8 (or 0xFDEEC8) is unknown color: approx Oasis. HEX triplet: FD, EE and C8. RGB value is (253,238,200). Sum of RGB (Red+Green+Blue) = 253+238+200=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC8 is #021137. Grayscale: #EEEEEE. Windows color (decimal): -135480 or 13168381. OLE color: 13168381.

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

Color convert

RGB253238200-
CMYK00.060.210.01
HSL43.02º92.98%88.82%-
HSV(B)43.02º20.95%99.22%-
XYZ81.5186.266.99-
YUV238.15106.47138.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 200 (78.52% from 255) = 28.94%
R=36.61%
G=34.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323820000.060.210.0143.0292.9888.82
HexFDEEC8061512b5d59
Octal3753563100625153135131
Binary111111011110111011001000011010101110101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEC8; }

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

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

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

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

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

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

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

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