Html Css Color HEX #FAEFC1 Oasis

📋 copy color: '#FAEFC1'

red 250 ◦ green 239 ◦ blue 193

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

Shades of Oasis #FAEFC1

Tints of Oasis #FAEFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.3%

R = 36.66%
G = 35.04%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAEFC1 (or 0xFAEFC1) is known color: Oasis. HEX triplet: FA, EF and C1. RGB value is (250,239,193). Sum of RGB (Red+Green+Blue) = 250+239+193=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC1 is #05103E. Grayscale: #EDEDED. Windows color (decimal): -331839 or 12709882. OLE color: 12709882.

HSL color Cylindrical-coordinate representation of color #FAEFC1: hue angle of 48.42º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAEFC1 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 239 193 -
CMYK 0 0.04 0.23 0.02
HSL 48.42º 0.85% 0.87% -
HSV(B) 48.42º 0.23% 0.98% -
XYZ 79.92 85.91 62.82 -
YUV 237.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 250 239 193 0 0.04 0.23 0.02 48.42 0.85 0.87
Hex FA EF C1 0 4 17 2 30 55 57
Octal 372 357 301 0 4 27 2 60 125 127
Binary 11111010 11101111 11000001 0 100 10111 10 110000 1010101 1010111

Color Harmonies of #FAEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFC1

Black with #FAEFC1

Text Example


Text Example

White with #FAEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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