#FAD8B1

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

Shades of Sandy Beach #FAD8B1

Tints of Sandy Beach #FAD8B1

Color information

#FAD8B1 (or 0xFAD8B1) is unknown color: approx Sandy Beach. HEX triplet: FA, D8 and B1. RGB value is (250,216,177). Sum of RGB (Red+Green+Blue) = 250+216+177=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD8B1 is #05274E. Grayscale: #DDDDDD. Windows color (decimal): -337743 or 11655418. OLE color: 11655418.

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

Color convert

RGB250216177-
CMYK00.140.290.02
HSL32.05º87.95%83.73%-
HSV(B)32.05º29.2%98.04%-
XYZ71.9272.6151.82-
YUV221.72102.76148.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 177 (69.53% from 255) = 27.53%
R=38.88%
G=33.59%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021617700.140.290.0232.0587.9583.73
HexFAD8B10E1D2205854
Octal37233026101635240130124
Binary11111010110110001011000101110111011010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8B1; }

 p { color: rgb(250,216,177); }

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

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

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

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

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

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

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