Html Css Color HEX #FAEDC4 Oasis

📋 copy color: '#FAEDC4'

red 250 ◦ green 237 ◦ blue 196

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

Shades of Oasis #FAEDC4

Tints of Oasis #FAEDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.7%

R = 36.6%
G = 34.7%
B = 28.7%

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

#FAEDC4 (or 0xFAEDC4) is known color: Oasis. HEX triplet: FA, ED and C4. RGB value is (250,237,196). Sum of RGB (Red+Green+Blue) = 250+237+196=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC4 is #05123B. Grayscale: #ECECEC. Windows color (decimal): -332348 or 12905978. OLE color: 12905978.

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

Color convert

RGB 250 237 196 -
CMYK 0 0.05 0.22 0.02
HSL 45.56º 0.84% 0.87% -
HSV(B) 45.56º 0.22% 0.98% -
XYZ 79.67 84.88 64.41 -
YUV 236.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 250 237 196 0 0.05 0.22 0.02 45.56 0.84 0.87
Hex FA ED C4 0 5 16 2 2E 54 57
Octal 372 355 304 0 5 26 2 56 124 127
Binary 11111010 11101101 11000100 0 101 10110 10 101110 1010100 1010111

Color Harmonies of #FAEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDC4

Black with #FAEDC4

Text Example


Text Example

White with #FAEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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