#FDEBBF

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

Shades of Oasis #FDEBBF

Tints of Oasis #FDEBBF

Color information

#FDEBBF (or 0xFDEBBF) is unknown color: approx Oasis. HEX triplet: FD, EB and BF. RGB value is (253,235,191). Sum of RGB (Red+Green+Blue) = 253+235+191=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBBF is #021440. Grayscale: #EBEBEB. Windows color (decimal): -136257 or 12577789. OLE color: 12577789.

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

Color convert

RGB253235191-
CMYK00.070.250.01
HSL42.58º93.94%87.06%-
HSV(B)42.58º24.51%99.22%-
XYZ79.6284.0661.32-
YUV235.37102.96140.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 191 (75% from 255) = 28.13%
R=37.26%
G=34.61%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323519100.070.250.0142.5893.9487.06
HexFDEBBF071912b5e57
Octal3753532770731153136127
Binary111111011110101110111111011111001110101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBBF; }

 p { color: rgb(253,235,191); }

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

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

 a { background-color: rgb(253,235,191); }

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

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

 span { border-color: rgb(253,235,191); }

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