Html Css Color HEX #FAEBC2 Oasis

📋 copy color: '#FAEBC2'

red 250 ◦ green 235 ◦ blue 194

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

Shades of Oasis #FAEBC2

Tints of Oasis #FAEBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.57%

R = 36.82%
G = 34.61%
B = 28.57%

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

#FAEBC2 (or 0xFAEBC2) is known color: Oasis. HEX triplet: FA, EB and C2. RGB value is (250,235,194). Sum of RGB (Red+Green+Blue) = 250+235+194=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 194 (76.17% from 255 or 28.57% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC2 is #05143D. Grayscale: #EAEAEA. Windows color (decimal): -332862 or 12774394. OLE color: 12774394.

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

Color convert

RGB 250 235 194 -
CMYK 0 0.06 0.22 0.02
HSL 43.93º 0.85% 0.87% -
HSV(B) 43.93º 0.22% 0.98% -
XYZ 78.87 83.64 63.03 -
YUV 234.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 250 235 194 0 0.06 0.22 0.02 43.93 0.85 0.87
Hex FA EB C2 0 6 16 2 2C 55 57
Octal 372 353 302 0 6 26 2 54 125 127
Binary 11111010 11101011 11000010 0 110 10110 10 101100 1010101 1010111

Color Harmonies of #FAEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBC2

Black with #FAEBC2

Text Example


Text Example

White with #FAEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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