#FCD6AF

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

Shades of Sandy Beach #FCD6AF

Tints of Sandy Beach #FCD6AF

Color information

#FCD6AF (or 0xFCD6AF) is unknown color: approx Sandy Beach. HEX triplet: FC, D6 and AF. RGB value is (252,214,175). Sum of RGB (Red+Green+Blue) = 252+214+175=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AF is #032950. Grayscale: #DDDDDD. Windows color (decimal): -207185 or 11523836. OLE color: 11523836.

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

Color convert

RGB252214175-
CMYK00.150.310.01
HSL30.39º92.77%83.73%-
HSV(B)30.39º30.56%98.82%-
XYZ71.9371.8850.64-
YUV220.92102.09150.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=39.31%
G=33.39%
B=27.30%

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
Decimal25221417500.150.310.0130.3992.7783.73
HexFCD6AF0F1F11e5d54
Octal37432625701737136135124
Binary111111001101011010101111011111111111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6AF; }

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

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

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

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

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

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

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

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