#FDDAB1

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

Shades of Sandy Beach #FDDAB1

Tints of Sandy Beach #FDDAB1

Color information

#FDDAB1 (or 0xFDDAB1) is unknown color: approx Sandy Beach. HEX triplet: FD, DA and B1. RGB value is (253,218,177). Sum of RGB (Red+Green+Blue) = 253+218+177=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAB1 is #02254E. Grayscale: #DFDFDF. Windows color (decimal): -140623 or 11655933. OLE color: 11655933.

HSL color Cylindrical-coordinate representation of color #FDDAB1: hue angle of 32.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDDAB1 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253218177-
CMYK00.140.300.01
HSL32.37º95%84.31%-
HSV(B)32.37º30.04%99.22%-
XYZ73.5274.252.04-
YUV223.79101.6148.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 177 (69.53% from 255) = 27.31%
R=39.04%
G=33.64%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321817700.140.300.0132.379584.31
HexFDDAB10E1E1205f54
Octal37533226101636140137124
Binary1111110111011010101100010111011110110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAB1; }

 p { color: rgb(253,218,177); }

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

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

 a { background-color: rgb(253,218,177); }

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

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

 span { border-color: rgb(253,218,177); }

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