Html Css Color HEX #FAEFC7 Oasis

📋 copy color: '#FAEFC7'

red 250 ◦ green 239 ◦ blue 199

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

Shades of Oasis #FAEFC7

Tints of Oasis #FAEFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.92%

R = 36.34%
G = 34.74%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAEFC7 (or 0xFAEFC7) is known color: Oasis. HEX triplet: FA, EF and C7. RGB value is (250,239,199). Sum of RGB (Red+Green+Blue) = 250+239+199=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC7 is #051038. Grayscale: #EDEDED. Windows color (decimal): -331833 or 13103098. OLE color: 13103098.

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

Color convert

RGB 250 239 199 -
CMYK 0 0.04 0.20 0.02
HSL 47.06º 0.84% 0.88% -
HSV(B) 47.06º 0.2% 0.98% -
XYZ 80.6 86.18 66.42 -
YUV 237.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 250 239 199 0 0.04 0.20 0.02 47.06 0.84 0.88
Hex FA EF C7 0 4 14 2 2F 54 58
Octal 372 357 307 0 4 24 2 57 124 130
Binary 11111010 11101111 11000111 0 100 10100 10 101111 1010100 1011000

Color Harmonies of #FAEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFC7

Black with #FAEFC7

Text Example


Text Example

White with #FAEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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