#FBDCB9

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

Shades of Sandy Beach #FBDCB9

Tints of Sandy Beach #FBDCB9

Color information

#FBDCB9 (or 0xFBDCB9) is unknown color: approx Sandy Beach. HEX triplet: FB, DC and B9. RGB value is (251,220,185). Sum of RGB (Red+Green+Blue) = 251+220+185=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB9 is #042346. Grayscale: #E1E1E1. Windows color (decimal): -271175 or 12180731. OLE color: 12180731.

HSL color Cylindrical-coordinate representation of color #FBDCB9: hue angle of 31.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBDCB9 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251220185-
CMYK00.120.260.02
HSL31.82º89.19%85.49%-
HSV(B)31.82º26.29%98.43%-
XYZ74.1375.256.51-
YUV225.28105.27146.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 185 (72.66% from 255) = 28.20%
R=38.26%
G=33.54%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122018500.120.260.0231.8289.1985.49
HexFBDCB90C1A2205955
Octal37333427101432240131125
Binary11111011110111001011100101100110101010000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCB9; }

 p { color: rgb(251,220,185); }

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

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

 a { background-color: rgb(251,220,185); }

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

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

 span { border-color: rgb(251,220,185); }

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