Html Css Color HEX #FAEBC0 Oasis

📋 copy color: '#FAEBC0'

red 250 ◦ green 235 ◦ blue 192

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

Shades of Oasis #FAEBC0

Tints of Oasis #FAEBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.36%

R = 36.93%
G = 34.71%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAEBC0 (or 0xFAEBC0) is known color: Oasis. HEX triplet: FA, EB and C0. RGB value is (250,235,192). Sum of RGB (Red+Green+Blue) = 250+235+192=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC0 is #05143F. Grayscale: #EAEAEA. Windows color (decimal): -332864 or 12643322. OLE color: 12643322.

HSL color Cylindrical-coordinate representation of color #FAEBC0: hue angle of 44.48º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAEBC0 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 192 -
CMYK 0 0.06 0.23 0.02
HSL 44.48º 0.85% 0.87% -
HSV(B) 44.48º 0.23% 0.98% -
XYZ 78.65 83.55 61.85 -
YUV 234.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 250 235 192 0 0.06 0.23 0.02 44.48 0.85 0.87
Hex FA EB C0 0 6 17 2 2C 55 57
Octal 372 353 300 0 6 27 2 54 125 127
Binary 11111010 11101011 11000000 0 110 10111 10 101100 1010101 1010111

Color Harmonies of #FAEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBC0

Black with #FAEBC0

Text Example


Text Example

White with #FAEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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