#FAFADB

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

Shades of Beige #FAFADB

Tints of Beige #FAFADB

Color information

#FAFADB (or 0xFAFADB) is unknown color: approx Beige. HEX triplet: FA, FA and DB. RGB value is (250,250,219). Sum of RGB (Red+Green+Blue) = 250+250+219=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADB is #050524. Grayscale: #F6F6F6. Windows color (decimal): -328997 or 14416634. OLE color: 14416634.

HSL color Cylindrical-coordinate representation of color #FAFADB: hue angle of 60º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFADB is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250250219-
CMYK000.120.02
HSL60º75.61%91.96%-
HSV(B)60º12.4%98.04%-
XYZ86.493.8180.57-
YUV246.47112.5130.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 219 (85.94% from 255) = 30.46%
R=34.77%
G=34.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250219000.120.026075.6191.96
HexFAFADB00C23c4c5c
Octal3723723330014274114134
Binary1111101011111010110110110011001011110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFADB; }

 p { color: rgb(250,250,219); }

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

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

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

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

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

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

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