Html Css Color HEX #FAEFC0 Oasis

📋 copy color: '#FAEFC0'

red 250 ◦ green 239 ◦ blue 192

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

Shades of Oasis #FAEFC0

Tints of Oasis #FAEFC0

RGB

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

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

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

R = 36.71%
G = 35.1%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAEFC0 (or 0xFAEFC0) is known color: Oasis. HEX triplet: FA, EF and C0. RGB value is (250,239,192). Sum of RGB (Red+Green+Blue) = 250+239+192=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC0 is #05103F. Grayscale: #EDEDED. Windows color (decimal): -331840 or 12644346. OLE color: 12644346.

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

Color convert

RGB 250 239 192 -
CMYK 0 0.04 0.23 0.02
HSL 48.62º 0.85% 0.87% -
HSV(B) 48.62º 0.23% 0.98% -
XYZ 79.81 85.86 62.24 -
YUV 236.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 250 239 192 0 0.04 0.23 0.02 48.62 0.85 0.87
Hex FA EF C0 0 4 17 2 31 55 57
Octal 372 357 300 0 4 27 2 61 125 127
Binary 11111010 11101111 11000000 0 100 10111 10 110001 1010101 1010111

Color Harmonies of #FAEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFC0

Black with #FAEFC0

Text Example


Text Example

White with #FAEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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