Html Css Color HEX #FAEEBB Oasis

📋 copy color: '#FAEEBB'

red 250 ◦ green 238 ◦ blue 187

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

Shades of Oasis #FAEEBB

Tints of Oasis #FAEEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.7%

R = 37.04%
G = 35.26%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAEEBB (or 0xFAEEBB) is known color: Oasis. HEX triplet: FA, EE and BB. RGB value is (250,238,187). Sum of RGB (Red+Green+Blue) = 250+238+187=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 187 (73.44% from 255 or 27.70% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBB is #051144. Grayscale: #EBEBEB. Windows color (decimal): -332101 or 12316410. OLE color: 12316410.

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

Color convert

RGB 250 238 187 -
CMYK 0 0.05 0.25 0.02
HSL 48.57º 0.86% 0.86% -
HSV(B) 48.57º 0.25% 0.98% -
XYZ 78.97 85.06 59.27 -
YUV 235.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 250 238 187 0 0.05 0.25 0.02 48.57 0.86 0.86
Hex FA EE BB 0 5 19 2 31 56 56
Octal 372 356 273 0 5 31 2 61 126 126
Binary 11111010 11101110 10111011 0 101 11001 10 110001 1010110 1010110

Color Harmonies of #FAEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEBB

Black with #FAEEBB

Text Example


Text Example

White with #FAEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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