#FDDAB3

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

Shades of Sandy Beach #FDDAB3

Tints of Sandy Beach #FDDAB3

Color information

#FDDAB3 (or 0xFDDAB3) is unknown color: approx Sandy Beach. HEX triplet: FD, DA and B3. RGB value is (253,218,179). Sum of RGB (Red+Green+Blue) = 253+218+179=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB3 is #02254C. Grayscale: #E0E0E0. Windows color (decimal): -140621 or 11787005. OLE color: 11787005.

HSL color Cylindrical-coordinate representation of color #FDDAB3: hue angle of 31.62º 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 #FDDAB3 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253218179-
CMYK00.140.290.01
HSL31.62º94.87%84.71%-
HSV(B)31.62º29.25%99.22%-
XYZ73.7274.2853.1-
YUV224.02102.6148.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 179 (70.31% from 255) = 27.54%
R=38.92%
G=33.54%
B=27.54%

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
Decimal25321817900.140.290.0131.6294.8784.71
HexFDDAB30E1D1205f55
Octal37533226301635140137125
Binary1111110111011010101100110111011101110000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAB3; }

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

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

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

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

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

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

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

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