#FDD8AF

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

Shades of Sandy Beach #FDD8AF

Tints of Sandy Beach #FDD8AF

Color information

#FDD8AF (or 0xFDD8AF) is unknown color: approx Sandy Beach. HEX triplet: FD, D8 and AF. RGB value is (253,216,175). Sum of RGB (Red+Green+Blue) = 253+216+175=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD8AF is #022750. Grayscale: #DEDEDE. Windows color (decimal): -141137 or 11524349. OLE color: 11524349.

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

Color convert

RGB253216175-
CMYK00.150.310.01
HSL31.54º95.12%83.92%-
HSV(B)31.54º30.83%99.22%-
XYZ72.873.0950.83-
YUV222.39101.26149.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=39.29%
G=33.54%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321617500.150.310.0131.5495.1283.92
HexFDD8AF0F1F1205f54
Octal37533025701737140137124
Binary1111110111011000101011110111111111110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8AF; }

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

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

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

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

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

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

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

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