#FDEEBB

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

Shades of Oasis #FDEEBB

Tints of Oasis #FDEEBB

Color information

#FDEEBB (or 0xFDEEBB) is unknown color: approx Oasis. HEX triplet: FD, EE and BB. RGB value is (253,238,187). Sum of RGB (Red+Green+Blue) = 253+238+187=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBB is #021144. Grayscale: #ECECEC. Windows color (decimal): -135493 or 12316413. OLE color: 12316413.

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

Color convert

RGB253238187-
CMYK00.060.260.01
HSL46.36º94.29%86.27%-
HSV(B)46.36º26.09%99.22%-
XYZ80.0585.6259.32-
YUV236.6799.97139.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 27.58%
R=37.32%
G=35.10%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323818700.060.260.0146.3694.2986.27
HexFDEEBB061A12e5e56
Octal3753562730632156136126
Binary111111011110111010111011011011010110111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEBB; }

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

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

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

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

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

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

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

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