#FAD9B4

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

Shades of Sandy Beach #FAD9B4

Tints of Sandy Beach #FAD9B4

Color information

#FAD9B4 (or 0xFAD9B4) is unknown color: approx Sandy Beach. HEX triplet: FA, D9 and B4. RGB value is (250,217,180). Sum of RGB (Red+Green+Blue) = 250+217+180=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9B4 is #05264B. Grayscale: #DEDEDE. Windows color (decimal): -337484 or 11852282. OLE color: 11852282.

HSL color Cylindrical-coordinate representation of color #FAD9B4: hue angle of 31.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAD9B4 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250217180-
CMYK00.130.280.02
HSL31.71º87.5%84.31%-
HSV(B)31.71º28%98.04%-
XYZ72.4873.2453.5-
YUV222.65103.93147.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 180 (70.70% from 255) = 27.82%
R=38.64%
G=33.54%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021718000.130.280.0231.7187.584.31
HexFAD9B40D1C2205854
Octal37233126401534240130124
Binary11111010110110011011010001101111001010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9B4; }

 p { color: rgb(250,217,180); }

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

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

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

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

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

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

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