Html Css Color HEX #FAF0CA Oasis

📋 copy color: '#FAF0CA'

red 250 ◦ green 240 ◦ blue 202

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

Shades of Oasis #FAF0CA

Tints of Oasis #FAF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.68%

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

R = 36.13%
G = 34.68%
B = 29.19%

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

#FAF0CA (or 0xFAF0CA) is known color: Oasis. HEX triplet: FA, F0 and CA. RGB value is (250,240,202). Sum of RGB (Red+Green+Blue) = 250+240+202=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CA is #050F35. Grayscale: #EEEEEE. Windows color (decimal): -331574 or 13299962. OLE color: 13299962.

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

Color convert

RGB 250 240 202 -
CMYK 0 0.04 0.19 0.02
HSL 47.5º 0.83% 0.89% -
HSV(B) 47.5º 0.19% 0.98% -
XYZ 81.25 86.91 68.37 -
YUV 238.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 250 240 202 0 0.04 0.19 0.02 47.5 0.83 0.89
Hex FA F0 CA 0 4 13 2 30 53 59
Octal 372 360 312 0 4 23 2 60 123 131
Binary 11111010 11110000 11001010 0 100 10011 10 110000 1010011 1011001

Color Harmonies of #FAF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0CA

Black with #FAF0CA

Text Example


Text Example

White with #FAF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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