Html Css Color HEX #FDE8BF Oasis

📋 copy color: '#FDE8BF'

red 253 ◦ green 232 ◦ blue 191

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

Shades of Oasis #FDE8BF

Tints of Oasis #FDE8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.25%

R = 37.43%
G = 34.32%
B = 28.25%

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

#FDE8BF (or 0xFDE8BF) is known color: Oasis. HEX triplet: FD, E8 and BF. RGB value is (253,232,191). Sum of RGB (Red+Green+Blue) = 253+232+191=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BF is #021740. Grayscale: #E9E9E9. Windows color (decimal): -137025 or 12577021. OLE color: 12577021.

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

Color convert

RGB 253 232 191 -
CMYK 0 0.08 0.25 0.01
HSL 39.68º 0.94% 0.87% -
HSV(B) 39.68º 0.25% 0.99% -
XYZ 78.77 82.36 61.04 -
YUV 233.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 253 232 191 0 0.08 0.25 0.01 39.68 0.94 0.87
Hex FD E8 BF 0 8 19 1 28 5E 57
Octal 375 350 277 0 10 31 1 50 136 127
Binary 11111101 11101000 10111111 0 1000 11001 1 101000 1011110 1010111

Color Harmonies of #FDE8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8BF

Black with #FDE8BF

Text Example


Text Example

White with #FDE8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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