#FCD7AF

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

Shades of Sandy Beach #FCD7AF

Tints of Sandy Beach #FCD7AF

Color information

#FCD7AF (or 0xFCD7AF) is unknown color: approx Sandy Beach. HEX triplet: FC, D7 and AF. RGB value is (252,215,175). Sum of RGB (Red+Green+Blue) = 252+215+175=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7AF is #032850. Grayscale: #DDDDDD. Windows color (decimal): -206929 or 11524092. OLE color: 11524092.

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

Color convert

RGB252215175-
CMYK00.150.310.01
HSL31.17º92.77%83.73%-
HSV(B)31.17º30.56%98.82%-
XYZ72.1872.3950.73-
YUV221.5101.76149.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=39.25%
G=33.49%
B=27.26%

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
Decimal25221517500.150.310.0131.1792.7783.73
HexFCD7AF0F1F11f5d54
Octal37432725701737137135124
Binary111111001101011110101111011111111111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7AF; }

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

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

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

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

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

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

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

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