#FAD9B3

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

Shades of Sandy Beach #FAD9B3

Tints of Sandy Beach #FAD9B3

Color information

#FAD9B3 (or 0xFAD9B3) is unknown color: approx Sandy Beach. HEX triplet: FA, D9 and B3. RGB value is (250,217,179). Sum of RGB (Red+Green+Blue) = 250+217+179=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9B3 is #05264C. Grayscale: #DEDEDE. Windows color (decimal): -337485 or 11786746. OLE color: 11786746.

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

Color convert

RGB250217179-
CMYK00.130.280.02
HSL32.11º87.65%84.12%-
HSV(B)32.11º28.4%98.04%-
XYZ72.3773.252.96-
YUV222.54103.43147.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 179 (70.31% from 255) = 27.71%
R=38.70%
G=33.59%
B=27.71%

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
Decimal25021717900.130.280.0232.1187.6584.12
HexFAD9B30D1C2205854
Octal37233126301534240130124
Binary11111010110110011011001101101111001010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9B3; }

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

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

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

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

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

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

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

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