Html Css Color HEX #FAEFC8 Oasis

📋 copy color: '#FAEFC8'

red 250 ◦ green 239 ◦ blue 200

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

Shades of Oasis #FAEFC8

Tints of Oasis #FAEFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.69%

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

R = 36.28%
G = 34.69%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAEFC8 (or 0xFAEFC8) is known color: Oasis. HEX triplet: FA, EF and C8. RGB value is (250,239,200). Sum of RGB (Red+Green+Blue) = 250+239+200=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC8 is #051037. Grayscale: #EEEEEE. Windows color (decimal): -331832 or 13168634. OLE color: 13168634.

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

Color convert

RGB 250 239 200 -
CMYK 0 0.04 0.2 0.02
HSL 46.8º 0.83% 0.88% -
HSV(B) 46.8º 0.2% 0.98% -
XYZ 80.72 86.23 67.03 -
YUV 237.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 250 239 200 0 0.04 0.2 0.02 46.8 0.83 0.88
Hex FA EF C8 0 4 14 2 2F 53 58
Octal 372 357 310 0 4 24 2 57 123 130
Binary 11111010 11101111 11001000 0 100 10100 10 101111 1010011 1011000

Color Harmonies of #FAEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFC8

Black with #FAEFC8

Text Example


Text Example

White with #FAEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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