Html Css Color HEX #FAEEBD Oasis

📋 copy color: '#FAEEBD'

red 250 ◦ green 238 ◦ blue 189

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

Shades of Oasis #FAEEBD

Tints of Oasis #FAEEBD

RGB

 RED value IS 250 (98.05% from 255) = 36.93%

 GREEN value IS 238 (93.36% from 255) = 35.16%

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

R = 36.93%
G = 35.16%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAEEBD (or 0xFAEEBD) is known color: Oasis. HEX triplet: FA, EE and BD. RGB value is (250,238,189). Sum of RGB (Red+Green+Blue) = 250+238+189=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBD is #051142. Grayscale: #ECECEC. Windows color (decimal): -332099 or 12447482. OLE color: 12447482.

HSL color Cylindrical-coordinate representation of color #FAEEBD: hue angle of 48.2º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEEBD is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 189 -
CMYK 0 0.05 0.24 0.02
HSL 48.2º 0.86% 0.86% -
HSV(B) 48.2º 0.24% 0.98% -
XYZ 79.18 85.15 60.41 -
YUV 236 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 250 238 189 0 0.05 0.24 0.02 48.2 0.86 0.86
Hex FA EE BD 0 5 18 2 30 56 56
Octal 372 356 275 0 5 30 2 60 126 126
Binary 11111010 11101110 10111101 0 101 11000 10 110000 1010110 1010110

Color Harmonies of #FAEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEBD

Black with #FAEEBD

Text Example


Text Example

White with #FAEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEBD; }

 p { color: rgb(250,238,189); }

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

background-color css

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

 a { background-color: rgb(250,238,189); }

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

border-color css

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

 span { border-color: rgb(250,238,189); }

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