Html Css Color HEX #FAEDC3 Oasis

📋 copy color: '#FAEDC3'

red 250 ◦ green 237 ◦ blue 195

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

Shades of Oasis #FAEDC3

Tints of Oasis #FAEDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.59%

R = 36.66%
G = 34.75%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAEDC3 (or 0xFAEDC3) is known color: Oasis. HEX triplet: FA, ED and C3. RGB value is (250,237,195). Sum of RGB (Red+Green+Blue) = 250+237+195=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC3 is #05123C. Grayscale: #ECECEC. Windows color (decimal): -332349 or 12840442. OLE color: 12840442.

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

Color convert

RGB 250 237 195 -
CMYK 0 0.05 0.22 0.02
HSL 45.82º 0.85% 0.87% -
HSV(B) 45.82º 0.22% 0.98% -
XYZ 79.56 84.83 63.81 -
YUV 236.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 250 237 195 0 0.05 0.22 0.02 45.82 0.85 0.87
Hex FA ED C3 0 5 16 2 2E 55 57
Octal 372 355 303 0 5 26 2 56 125 127
Binary 11111010 11101101 11000011 0 101 10110 10 101110 1010101 1010111

Color Harmonies of #FAEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDC3

Black with #FAEDC3

Text Example


Text Example

White with #FAEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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