#FCDBB9

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

Shades of Sandy Beach #FCDBB9

Tints of Sandy Beach #FCDBB9

Color information

#FCDBB9 (or 0xFCDBB9) is unknown color: approx Sandy Beach. HEX triplet: FC, DB and B9. RGB value is (252,219,185). Sum of RGB (Red+Green+Blue) = 252+219+185=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBB9 is #032446. Grayscale: #E1E1E1. Windows color (decimal): -205895 or 12180476. OLE color: 12180476.

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

Color convert

RGB252219185-
CMYK00.130.270.01
HSL30.45º91.78%85.69%-
HSV(B)30.45º26.59%98.82%-
XYZ74.2374.8656.44-
YUV224.99105.43147.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 185 (72.66% from 255) = 28.20%
R=38.41%
G=33.38%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221918500.130.270.0130.4591.7885.69
HexFCDBB90D1B11e5c56
Octal37433327101533136134126
Binary111111001101101110111001011011101111111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBB9; }

 p { color: rgb(252,219,185); }

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

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

 a { background-color: rgb(252,219,185); }

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

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

 span { border-color: rgb(252,219,185); }

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