Html Css Color HEX #FDE8BE Oasis

📋 copy color: '#FDE8BE'

red 253 ◦ green 232 ◦ blue 190

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

Shades of Oasis #FDE8BE

Tints of Oasis #FDE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.37%

 BLUE value IS 190 (74.61% from 255) = 28.15%

R = 37.48%
G = 34.37%
B = 28.15%

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

#FDE8BE (or 0xFDE8BE) is known color: Oasis. HEX triplet: FD, E8 and BE. RGB value is (253,232,190). Sum of RGB (Red+Green+Blue) = 253+232+190=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BE is #021741. Grayscale: #E9E9E9. Windows color (decimal): -137026 or 12511485. OLE color: 12511485.

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

Color convert

RGB 253 232 190 -
CMYK 0 0.08 0.25 0.01
HSL 40º 0.94% 0.87% -
HSV(B) 40º 0.25% 0.99% -
XYZ 78.66 82.31 60.46 -
YUV 233.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 253 232 190 0 0.08 0.25 0.01 40 0.94 0.87
Hex FD E8 BE 0 8 19 1 28 5E 57
Octal 375 350 276 0 10 31 1 50 136 127
Binary 11111101 11101000 10111110 0 1000 11001 1 101000 1011110 1010111

Color Harmonies of #FDE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8BE

Black with #FDE8BE

Text Example


Text Example

White with #FDE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8BE; }

 p { color: rgb(253,232,190); }

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

background-color css

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

 a { background-color: rgb(253,232,190); }

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

border-color css

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

 span { border-color: rgb(253,232,190); }

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