#FDF0BB

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

Shades of Oasis #FDF0BB

Tints of Oasis #FDF0BB

Color information

#FDF0BB (or 0xFDF0BB) is unknown color: approx Oasis. HEX triplet: FD, F0 and BB. RGB value is (253,240,187). Sum of RGB (Red+Green+Blue) = 253+240+187=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 187 (73.44% from 255 or 27.5% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0BB is #020F44. Grayscale: #EEEEEE. Windows color (decimal): -134981 or 12316925. OLE color: 12316925.

HSL color Cylindrical-coordinate representation of color #FDF0BB: hue angle of 48.18º 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 #FDF0BB is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253240187-
CMYK00.050.260.01
HSL48.18º94.29%86.27%-
HSV(B)48.18º26.09%99.22%-
XYZ80.6486.7959.52-
YUV237.8499.31138.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 27.5%
R=37.21%
G=35.29%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324018700.050.260.0148.1894.2986.27
HexFDF0BB051A1305e56
Octal3753602730532160136126
Binary111111011111000010111011010111010111000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0BB; }

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

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

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

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

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

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

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

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