Html Css Color HEX #FAEDC8 Oasis

📋 copy color: '#FAEDC8'

red 250 ◦ green 237 ◦ blue 200

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

Shades of Oasis #FAEDC8

Tints of Oasis #FAEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.11%

R = 36.39%
G = 34.5%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAEDC8 (or 0xFAEDC8) is known color: Oasis. HEX triplet: FA, ED and C8. RGB value is (250,237,200). Sum of RGB (Red+Green+Blue) = 250+237+200=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 200 (78.52% from 255 or 29.11% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC8 is #051237. Grayscale: #ECECEC. Windows color (decimal): -332344 or 13168122. OLE color: 13168122.

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

Color convert

RGB 250 237 200 -
CMYK 0 0.05 0.2 0.02
HSL 44.4º 0.83% 0.88% -
HSV(B) 44.4º 0.2% 0.98% -
XYZ 80.13 85.06 66.84 -
YUV 236.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 250 237 200 0 0.05 0.2 0.02 44.4 0.83 0.88
Hex FA ED C8 0 5 14 2 2C 53 58
Octal 372 355 310 0 5 24 2 54 123 130
Binary 11111010 11101101 11001000 0 101 10100 10 101100 1010011 1011000

Color Harmonies of #FAEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDC8

Black with #FAEDC8

Text Example


Text Example

White with #FAEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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