#FCD6AE

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

Shades of Sandy Beach #FCD6AE

Tints of Sandy Beach #FCD6AE

Color information

#FCD6AE (or 0xFCD6AE) is unknown color: approx Sandy Beach. HEX triplet: FC, D6 and AE. RGB value is (252,214,174). Sum of RGB (Red+Green+Blue) = 252+214+174=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AE is #032951. Grayscale: #DDDDDD. Windows color (decimal): -207186 or 11458300. OLE color: 11458300.

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

Color convert

RGB252214174-
CMYK00.150.310.01
HSL30.77º92.86%83.53%-
HSV(B)30.77º30.95%98.82%-
XYZ71.8371.8450.13-
YUV220.8101.59150.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=39.38%
G=33.44%
B=27.19%

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
Decimal25221417400.150.310.0130.7792.8683.53
HexFCD6AE0F1F11f5d54
Octal37432625601737137135124
Binary111111001101011010101110011111111111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6AE; }

 p { color: rgb(252,214,174); }

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

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

 a { background-color: rgb(252,214,174); }

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

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

 span { border-color: rgb(252,214,174); }

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