#FAD9B9

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

Shades of Sandy Beach #FAD9B9

Tints of Sandy Beach #FAD9B9

Color information

#FAD9B9 (or 0xFAD9B9) is unknown color: approx Sandy Beach. HEX triplet: FA, D9 and B9. RGB value is (250,217,185). Sum of RGB (Red+Green+Blue) = 250+217+185=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9B9 is #052646. Grayscale: #DFDFDF. Windows color (decimal): -337479 or 12179962. OLE color: 12179962.

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

Color convert

RGB250217185-
CMYK00.130.260.02
HSL29.54º86.67%85.29%-
HSV(B)29.54º26%98.04%-
XYZ72.9973.4556.23-
YUV223.22106.43147.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 185 (72.66% from 255) = 28.37%
R=38.34%
G=33.28%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021718500.130.260.0229.5486.6785.29
HexFAD9B90D1A21e5755
Octal37233127101532236127125
Binary1111101011011001101110010110111010101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9B9; }

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

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

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

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

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

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

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

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