#FDD7AF

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

Shades of Sandy Beach #FDD7AF

Tints of Sandy Beach #FDD7AF

Color information

#FDD7AF (or 0xFDD7AF) is unknown color: approx Sandy Beach. HEX triplet: FD, D7 and AF. RGB value is (253,215,175). Sum of RGB (Red+Green+Blue) = 253+215+175=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7AF is #022850. Grayscale: #DEDEDE. Windows color (decimal): -141393 or 11524093. OLE color: 11524093.

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

Color convert

RGB253215175-
CMYK00.150.310.01
HSL30.77º95.12%83.92%-
HSV(B)30.77º30.83%99.22%-
XYZ72.5572.5850.74-
YUV221.8101.59150.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=39.35%
G=33.44%
B=27.22%

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
Decimal25321517500.150.310.0130.7795.1283.92
HexFDD7AF0F1F11f5f54
Octal37532725701737137137124
Binary111111011101011110101111011111111111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7AF; }

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

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

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

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

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

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

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

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