#FFDAB0

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

Shades of Sandy Beach #FFDAB0

Tints of Sandy Beach #FFDAB0

Color information

#FFDAB0 (or 0xFFDAB0) is unknown color: approx Sandy Beach. HEX triplet: FF, DA and B0. RGB value is (255,218,176). Sum of RGB (Red+Green+Blue) = 255+218+176=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAB0 is #00254F. Grayscale: #E0E0E0. Windows color (decimal): -9552 or 11590399. OLE color: 11590399.

HSL color Cylindrical-coordinate representation of color #FFDAB0: hue angle of 31.9º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFDAB0 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255218176-
CMYK00.150.310
HSL31.9º100%84.51%-
HSV(B)31.9º30.98%100%-
XYZ74.1574.5451.55-
YUV224.27100.76149.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 176 (69.14% from 255) = 27.12%
R=39.29%
G=33.59%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521817600.150.31031.910084.51
HexFFDAB00F1F0206455
Octal37733226001737040144125
Binary1111111111011010101100000111111111010000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAB0; }

 p { color: rgb(255,218,176); }

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

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

 a { background-color: rgb(255,218,176); }

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

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

 span { border-color: rgb(255,218,176); }

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