Html Css Color HEX #FAEDC5 Oasis

📋 copy color: '#FAEDC5'

red 250 ◦ green 237 ◦ blue 197

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

Shades of Oasis #FAEDC5

Tints of Oasis #FAEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.8%

R = 36.55%
G = 34.65%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAEDC5 (or 0xFAEDC5) is known color: Oasis. HEX triplet: FA, ED and C5. RGB value is (250,237,197). Sum of RGB (Red+Green+Blue) = 250+237+197=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC5 is #05123A. Grayscale: #ECECEC. Windows color (decimal): -332347 or 12971514. OLE color: 12971514.

HSL color Cylindrical-coordinate representation of color #FAEDC5: hue angle of 45.28º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAEDC5 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 197 -
CMYK 0 0.05 0.21 0.02
HSL 45.28º 0.84% 0.88% -
HSV(B) 45.28º 0.21% 0.98% -
XYZ 79.79 84.92 65.01 -
YUV 236.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 250 237 197 0 0.05 0.21 0.02 45.28 0.84 0.88
Hex FA ED C5 0 5 15 2 2D 54 58
Octal 372 355 305 0 5 25 2 55 124 130
Binary 11111010 11101101 11000101 0 101 10101 10 101101 1010100 1011000

Color Harmonies of #FAEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDC5

Black with #FAEDC5

Text Example


Text Example

White with #FAEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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