Html Css Color HEX #FAEFCA Oasis

📋 copy color: '#FAEFCA'

red 250 ◦ green 239 ◦ blue 202

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

Shades of Oasis #FAEFCA

Tints of Oasis #FAEFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.23%

R = 36.18%
G = 34.59%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAEFCA (or 0xFAEFCA) is known color: Oasis. HEX triplet: FA, EF and CA. RGB value is (250,239,202). Sum of RGB (Red+Green+Blue) = 250+239+202=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCA is #051035. Grayscale: #EEEEEE. Windows color (decimal): -331830 or 13299706. OLE color: 13299706.

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

Color convert

RGB 250 239 202 -
CMYK 0 0.04 0.19 0.02
HSL 46.25º 0.83% 0.89% -
HSV(B) 46.25º 0.19% 0.98% -
XYZ 80.95 86.32 68.27 -
YUV 238.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 250 239 202 0 0.04 0.19 0.02 46.25 0.83 0.89
Hex FA EF CA 0 4 13 2 2E 53 59
Octal 372 357 312 0 4 23 2 56 123 131
Binary 11111010 11101111 11001010 0 100 10011 10 101110 1010011 1011001

Color Harmonies of #FAEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFCA

Black with #FAEFCA

Text Example


Text Example

White with #FAEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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