#FCD8B4

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

Shades of Sandy Beach #FCD8B4

Tints of Sandy Beach #FCD8B4

Color information

#FCD8B4 (or 0xFCD8B4) is unknown color: approx Sandy Beach. HEX triplet: FC, D8 and B4. RGB value is (252,216,180). Sum of RGB (Red+Green+Blue) = 252+216+180=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8B4 is #03274B. Grayscale: #DEDEDE. Windows color (decimal): -206668 or 11852028. OLE color: 11852028.

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

Color convert

RGB252216180-
CMYK00.140.290.01
HSL30º92.31%84.71%-
HSV(B)30º28.57%98.82%-
XYZ72.9473.153.45-
YUV222.66103.93148.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 216 (84.77% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

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
Decimal25221618000.140.290.013092.3184.71
HexFCD8B40E1D11e5c55
Octal37433026401635136134125
Binary111111001101100010110100011101110111111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8B4; }

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

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

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

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

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

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

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

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