#FBDCBA

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

Shades of Sandy Beach #FBDCBA

Tints of Sandy Beach #FBDCBA

Color information

#FBDCBA (or 0xFBDCBA) is unknown color: approx Sandy Beach. HEX triplet: FB, DC and BA. RGB value is (251,220,186). Sum of RGB (Red+Green+Blue) = 251+220+186=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCBA is #042345. Grayscale: #E1E1E1. Windows color (decimal): -271174 or 12246267. OLE color: 12246267.

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

Color convert

RGB251220186-
CMYK00.120.260.02
HSL31.38º89.04%85.69%-
HSV(B)31.38º25.9%98.43%-
XYZ74.2475.2457.06-
YUV225.39105.77146.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 28.31%
R=38.20%
G=33.49%
B=28.31%

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
Decimal25122018600.120.260.0231.3889.0485.69
HexFBDCBA0C1A21f5956
Octal37333427201432237131126
Binary1111101111011100101110100110011010101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCBA; }

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

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

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

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

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

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

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

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