#FCD9B3

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

Shades of Sandy Beach #FCD9B3

Tints of Sandy Beach #FCD9B3

Color information

#FCD9B3 (or 0xFCD9B3) is unknown color: approx Sandy Beach. HEX triplet: FC, D9 and B3. RGB value is (252,217,179). Sum of RGB (Red+Green+Blue) = 252+217+179=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9B3 is #03264C. Grayscale: #DFDFDF. Windows color (decimal): -206413 or 11786748. OLE color: 11786748.

HSL color Cylindrical-coordinate representation of color #FCD9B3: hue angle of 31.23º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD9B3 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252217179-
CMYK00.140.290.01
HSL31.23º92.41%84.51%-
HSV(B)31.23º28.97%98.82%-
XYZ73.0973.5853-
YUV223.13103.1148.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=38.89%
G=33.49%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221717900.140.290.0131.2392.4184.51
HexFCD9B30E1D11f5c55
Octal37433126301635137134125
Binary111111001101100110110011011101110111111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9B3; }

 p { color: rgb(252,217,179); }

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

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

 a { background-color: rgb(252,217,179); }

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

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

 span { border-color: rgb(252,217,179); }

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