#FCD7B4

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

Shades of Sandy Beach #FCD7B4

Tints of Sandy Beach #FCD7B4

Color information

#FCD7B4 (or 0xFCD7B4) is unknown color: approx Sandy Beach. HEX triplet: FC, D7 and B4. RGB value is (252,215,180). Sum of RGB (Red+Green+Blue) = 252+215+180=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7B4 is #03284B. Grayscale: #DEDEDE. Windows color (decimal): -206924 or 11851772. OLE color: 11851772.

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

Color convert

RGB252215180-
CMYK00.150.290.01
HSL29.17º92.31%84.71%-
HSV(B)29.17º28.57%98.82%-
XYZ72.6872.5953.36-
YUV222.07104.26149.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 180 (70.70% from 255) = 27.82%
R=38.95%
G=33.23%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221518000.150.290.0129.1792.3184.71
HexFCD7B40F1D11d5c55
Octal37432726401735135134125
Binary111111001101011110110100011111110111110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7B4; }

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

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

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

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

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

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

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

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