Html Css Color HEX #FAEFC2 Oasis

📋 copy color: '#FAEFC2'

red 250 ◦ green 239 ◦ blue 194

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

Shades of Oasis #FAEFC2

Tints of Oasis #FAEFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.99%

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

R = 36.6%
G = 34.99%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAEFC2 (or 0xFAEFC2) is known color: Oasis. HEX triplet: FA, EF and C2. RGB value is (250,239,194). Sum of RGB (Red+Green+Blue) = 250+239+194=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC2 is #05103D. Grayscale: #EDEDED. Windows color (decimal): -331838 or 12775418. OLE color: 12775418.

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

Color convert

RGB 250 239 194 -
CMYK 0 0.04 0.22 0.02
HSL 48.21º 0.85% 0.87% -
HSV(B) 48.21º 0.22% 0.98% -
XYZ 80.03 85.95 63.41 -
YUV 237.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 250 239 194 0 0.04 0.22 0.02 48.21 0.85 0.87
Hex FA EF C2 0 4 16 2 30 55 57
Octal 372 357 302 0 4 26 2 60 125 127
Binary 11111010 11101111 11000010 0 100 10110 10 110000 1010101 1010111

Color Harmonies of #FAEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFC2

Black with #FAEFC2

Text Example


Text Example

White with #FAEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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