#FDDDBA

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

Shades of Sandy Beach #FDDDBA

Tints of Sandy Beach #FDDDBA

Color information

#FDDDBA (or 0xFDDDBA) is unknown color: approx Sandy Beach. HEX triplet: FD, DD and BA. RGB value is (253,221,186). Sum of RGB (Red+Green+Blue) = 253+221+186=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDBA is #022245. Grayscale: #E2E2E2. Windows color (decimal): -139846 or 12246525. OLE color: 12246525.

HSL color Cylindrical-coordinate representation of color #FDDDBA: hue angle of 31.34º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDDDBA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253221186-
CMYK00.130.260.01
HSL31.34º94.37%86.08%-
HSV(B)31.34º26.48%99.22%-
XYZ75.2376.1457.19-
YUV226.58105.1146.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=38.33%
G=33.48%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322118600.130.260.0131.3494.3786.08
HexFDDDBA0D1A11f5e56
Octal37533527201532137136126
Binary111111011101110110111010011011101011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDDBA; }

 p { color: rgb(253,221,186); }

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

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

 a { background-color: rgb(253,221,186); }

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

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

 span { border-color: rgb(253,221,186); }

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