Html Css Color HEX #FAEDC0 Oasis

📋 copy color: '#FAEDC0'

red 250 ◦ green 237 ◦ blue 192

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

Shades of Oasis #FAEDC0

Tints of Oasis #FAEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.9%

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

R = 36.82%
G = 34.9%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAEDC0 (or 0xFAEDC0) is known color: Oasis. HEX triplet: FA, ED and C0. RGB value is (250,237,192). Sum of RGB (Red+Green+Blue) = 250+237+192=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC0 is #05123F. Grayscale: #EBEBEB. Windows color (decimal): -332352 or 12643834. OLE color: 12643834.

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

Color convert

RGB 250 237 192 -
CMYK 0 0.05 0.23 0.02
HSL 46.55º 0.85% 0.87% -
HSV(B) 46.55º 0.23% 0.98% -
XYZ 79.22 84.7 62.04 -
YUV 235.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 250 237 192 0 0.05 0.23 0.02 46.55 0.85 0.87
Hex FA ED C0 0 5 17 2 2F 55 57
Octal 372 355 300 0 5 27 2 57 125 127
Binary 11111010 11101101 11000000 0 101 10111 10 101111 1010101 1010111

Color Harmonies of #FAEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDC0

Black with #FAEDC0

Text Example


Text Example

White with #FAEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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