Html Css Color HEX #FAEBC3 Oasis

📋 copy color: '#FAEBC3'

red 250 ◦ green 235 ◦ blue 195

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

Shades of Oasis #FAEBC3

Tints of Oasis #FAEBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.68%

R = 36.76%
G = 34.56%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAEBC3 (or 0xFAEBC3) is known color: Oasis. HEX triplet: FA, EB and C3. RGB value is (250,235,195). Sum of RGB (Red+Green+Blue) = 250+235+195=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 195 (76.56% from 255 or 28.68% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC3 is #05143C. Grayscale: #EBEBEB. Windows color (decimal): -332861 or 12839930. OLE color: 12839930.

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

Color convert

RGB 250 235 195 -
CMYK 0 0.06 0.22 0.02
HSL 43.64º 0.85% 0.87% -
HSV(B) 43.64º 0.22% 0.98% -
XYZ 78.98 83.68 63.62 -
YUV 234.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 250 235 195 0 0.06 0.22 0.02 43.64 0.85 0.87
Hex FA EB C3 0 6 16 2 2C 55 57
Octal 372 353 303 0 6 26 2 54 125 127
Binary 11111010 11101011 11000011 0 110 10110 10 101100 1010101 1010111

Color Harmonies of #FAEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBC3

Black with #FAEBC3

Text Example


Text Example

White with #FAEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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