#FCD5AD

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

Shades of Sandy Beach #FCD5AD

Tints of Sandy Beach #FCD5AD

Color information

#FCD5AD (or 0xFCD5AD) is unknown color: approx Sandy Beach. HEX triplet: FC, D5 and AD. RGB value is (252,213,173). Sum of RGB (Red+Green+Blue) = 252+213+173=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5AD is #032A52. Grayscale: #DCDCDC. Windows color (decimal): -207443 or 11392508. OLE color: 11392508.

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

Color convert

RGB252213173-
CMYK00.150.310.01
HSL30.38º92.94%83.33%-
HSV(B)30.38º31.35%98.82%-
XYZ71.4871.349.53-
YUV220.1101.42150.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=39.50%
G=33.39%
B=27.12%

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
Decimal25221317300.150.310.0130.3892.9483.33
HexFCD5AD0F1F11e5d53
Octal37432525501737136135123
Binary111111001101010110101101011111111111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5AD; }

 p { color: rgb(252,213,173); }

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

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

 a { background-color: rgb(252,213,173); }

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

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

 span { border-color: rgb(252,213,173); }

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