Html Css Color HEX #FAEBBE Oasis

📋 copy color: '#FAEBBE'

red 250 ◦ green 235 ◦ blue 190

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

Shades of Oasis #FAEBBE

Tints of Oasis #FAEBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.81%

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

R = 37.04%
G = 34.81%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAEBBE (or 0xFAEBBE) is known color: Oasis. HEX triplet: FA, EB and BE. RGB value is (250,235,190). Sum of RGB (Red+Green+Blue) = 250+235+190=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBE is #051441. Grayscale: #EAEAEA. Windows color (decimal): -332866 or 12512250. OLE color: 12512250.

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

Color convert

RGB 250 235 190 -
CMYK 0 0.06 0.24 0.02
HSL 45º 0.86% 0.86% -
HSV(B) 45º 0.24% 0.98% -
XYZ 78.43 83.46 60.69 -
YUV 234.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 250 235 190 0 0.06 0.24 0.02 45 0.86 0.86
Hex FA EB BE 0 6 18 2 2D 56 56
Octal 372 353 276 0 6 30 2 55 126 126
Binary 11111010 11101011 10111110 0 110 11000 10 101101 1010110 1010110

Color Harmonies of #FAEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBBE

Black with #FAEBBE

Text Example


Text Example

White with #FAEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBBE; }

 p { color: rgb(250,235,190); }

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

background-color css

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

 a { background-color: rgb(250,235,190); }

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

border-color css

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

 span { border-color: rgb(250,235,190); }

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