#FDDAB6

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

Shades of Sandy Beach #FDDAB6

Tints of Sandy Beach #FDDAB6

Color information

#FDDAB6 (or 0xFDDAB6) is unknown color: approx Sandy Beach. HEX triplet: FD, DA and B6. RGB value is (253,218,182). Sum of RGB (Red+Green+Blue) = 253+218+182=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB6 is #022549. Grayscale: #E0E0E0. Windows color (decimal): -140618 or 11983613. OLE color: 11983613.

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

Color convert

RGB253218182-
CMYK00.140.280.01
HSL30.42º94.67%85.29%-
HSV(B)30.42º28.06%99.22%-
XYZ74.0274.454.72-
YUV224.36104.1148.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 182 (71.48% from 255) = 27.87%
R=38.74%
G=33.38%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321818200.140.280.0130.4294.6785.29
HexFDDAB60E1C11e5f55
Octal37533226601634136137125
Binary111111011101101010110110011101110011111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAB6; }

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

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

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

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

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

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

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

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