#FDDAB4

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

Shades of Sandy Beach #FDDAB4

Tints of Sandy Beach #FDDAB4

Color information

#FDDAB4 (or 0xFDDAB4) is unknown color: approx Sandy Beach. HEX triplet: FD, DA and B4. RGB value is (253,218,180). Sum of RGB (Red+Green+Blue) = 253+218+180=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB4 is #02254B. Grayscale: #E0E0E0. Windows color (decimal): -140620 or 11852541. OLE color: 11852541.

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

Color convert

RGB253218180-
CMYK00.140.290.01
HSL31.23º94.81%84.9%-
HSV(B)31.23º28.85%99.22%-
XYZ73.8274.3253.63-
YUV224.13103.1148.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 180 (70.70% from 255) = 27.65%
R=38.86%
G=33.49%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321818000.140.290.0131.2394.8184.9
HexFDDAB40E1D11f5f55
Octal37533226401635137137125
Binary111111011101101010110100011101110111111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAB4; }

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

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

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

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

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

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

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

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