#FAFADC

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

Shades of Beige #FAFADC

Tints of Beige #FAFADC

Color information

#FAFADC (or 0xFAFADC) is unknown color: approx Beige. HEX triplet: FA, FA and DC. RGB value is (250,250,220). Sum of RGB (Red+Green+Blue) = 250+250+220=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADC is #050523. Grayscale: #F6F6F6. Windows color (decimal): -328996 or 14482170. OLE color: 14482170.

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

Color convert

RGB250250220-
CMYK000.120.02
HSL60º75%92.16%-
HSV(B)60º12%98.04%-
XYZ86.5393.8681.27-
YUV246.58113130.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=34.72%
G=34.72%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250220000.120.02607592.16
HexFAFADC00C23c4b5c
Octal3723723340014274113134
Binary1111101011111010110111000011001011110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFADC; }

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

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

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

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

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

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

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

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