Html Css Color HEX #FDE9BD Oasis

📋 copy color: '#FDE9BD'

red 253 ◦ green 233 ◦ blue 189

#FDE9BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oasis #FDE9BD

Tints of Oasis #FDE9BD

RGB

 RED value IS 253 (99.22% from 255) = 37.48%

 GREEN value IS 233 (91.41% from 255) = 34.52%

 BLUE value IS 189 (74.22% from 255) = 28%

R = 37.48%
G = 34.52%
B = 28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDE9BD (or 0xFDE9BD) is known color: Oasis. HEX triplet: FD, E9 and BD. RGB value is (253,233,189). Sum of RGB (Red+Green+Blue) = 253+233+189=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9BD is #021642. Grayscale: #EAEAEA. Windows color (decimal): -136771 or 12446205. OLE color: 12446205.

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

Color convert

RGB 253 233 189 -
CMYK 0 0.08 0.25 0.01
HSL 41.25º 0.94% 0.87% -
HSV(B) 41.25º 0.25% 0.99% -
XYZ 78.83 82.83 59.98 -
YUV 233.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 253 233 189 0 0.08 0.25 0.01 41.25 0.94 0.87
Hex FD E9 BD 0 8 19 1 29 5E 57
Octal 375 351 275 0 10 31 1 51 136 127
Binary 11111101 11101001 10111101 0 1000 11001 1 101001 1011110 1010111

Color Harmonies of #FDE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9BD

Black with #FDE9BD

Text Example


Text Example

White with #FDE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9BD; }

 p { color: rgb(253,233,189); }

 H1.HeaderClassName
 {
   color: #FDE9BD;
 }
 .AnyTagClassName
 {
   color: #FDE9BD;
 }
</style>

background-color css

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

 a { background-color: rgb(253,233,189); }

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

border-color css

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

 span { border-color: rgb(253,233,189); }

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