#FDD5AF

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

Shades of Sandy Beach #FDD5AF

Tints of Sandy Beach #FDD5AF

Color information

#FDD5AF (or 0xFDD5AF) is unknown color: approx Sandy Beach. HEX triplet: FD, D5 and AF. RGB value is (253,213,175). Sum of RGB (Red+Green+Blue) = 253+213+175=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5AF is #022A50. Grayscale: #DCDCDC. Windows color (decimal): -141905 or 11523581. OLE color: 11523581.

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

Color convert

RGB253213175-
CMYK00.160.310.01
HSL29.23º95.12%83.92%-
HSV(B)29.23º30.83%99.22%-
XYZ72.0471.5750.57-
YUV220.63102.25151.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=39.47%
G=33.23%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321317500.160.310.0129.2395.1283.92
HexFDD5AF0101F11d5f54
Octal37532525702037135137124
Binary1111110111010101101011110100001111111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5AF; }

 p { color: rgb(253,213,175); }

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

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

 a { background-color: rgb(253,213,175); }

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

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

 span { border-color: rgb(253,213,175); }

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