Html Css Color HEX #FDEFBE Oasis

📋 copy color: '#FDEFBE'

red 253 ◦ green 239 ◦ blue 190

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

Shades of Oasis #FDEFBE

Tints of Oasis #FDEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.04%

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

R = 37.1%
G = 35.04%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDEFBE (or 0xFDEFBE) is known color: Oasis. HEX triplet: FD, EF and BE. RGB value is (253,239,190). Sum of RGB (Red+Green+Blue) = 253+239+190=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFBE is #021041. Grayscale: #EDEDED. Windows color (decimal): -135234 or 12513277. OLE color: 12513277.

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

Color convert

RGB 253 239 190 -
CMYK 0 0.06 0.25 0.01
HSL 46.67º 0.94% 0.87% -
HSV(B) 46.67º 0.25% 0.99% -
XYZ 80.67 86.33 61.13 -
YUV 237.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 253 239 190 0 0.06 0.25 0.01 46.67 0.94 0.87
Hex FD EF BE 0 6 19 1 2F 5E 57
Octal 375 357 276 0 6 31 1 57 136 127
Binary 11111101 11101111 10111110 0 110 11001 1 101111 1011110 1010111

Color Harmonies of #FDEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFBE

Black with #FDEFBE

Text Example


Text Example

White with #FDEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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