#FAF0CB

Color #FAF0CB Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FAF0CB

Tints of Oasis #FAF0CB

Color information

#FAF0CB (or 0xFAF0CB) is unknown color: approx Oasis. HEX triplet: FA, F0 and CB. RGB value is (250,240,203). Sum of RGB (Red+Green+Blue) = 250+240+203=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CB is #050F34. Grayscale: #EEEEEE. Windows color (decimal): -331573 or 13365498. OLE color: 13365498.

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

Color convert

RGB250240203-
CMYK00.040.190.02
HSL47.23º82.46%88.82%-
HSV(B)47.23º18.8%98.04%-
XYZ81.3686.9669-
YUV238.77107.81136.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 29.29%
R=36.08%
G=34.63%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024020300.040.190.0247.2382.4688.82
HexFAF0CB041322f5259
Octal3723603130423257122131
Binary1111101011110000110010110100100111010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0CB; }

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

 H1.HeaderClassName
 {
   color: #FAF0CB;
 }
 .AnyTagClassName
 {
   color: #FAF0CB;
 }
</style>
background-color css

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

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

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

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

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

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