#FBDCB7

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

Shades of Sandy Beach #FBDCB7

Tints of Sandy Beach #FBDCB7

Color information

#FBDCB7 (or 0xFBDCB7) is unknown color: approx Sandy Beach. HEX triplet: FB, DC and B7. RGB value is (251,220,183). Sum of RGB (Red+Green+Blue) = 251+220+183=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB7 is #042348. Grayscale: #E1E1E1. Windows color (decimal): -271177 or 12049659. OLE color: 12049659.

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

Color convert

RGB251220183-
CMYK00.120.270.02
HSL32.65º89.47%85.1%-
HSV(B)32.65º27.09%98.43%-
XYZ73.9275.1155.4-
YUV225.05104.27146.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 183 (71.88% from 255) = 27.98%
R=38.38%
G=33.64%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122018300.120.270.0232.6589.4785.1
HexFBDCB70C1B2215955
Octal37333426701433241131125
Binary11111011110111001011011101100110111010000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCB7; }

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

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

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

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

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

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

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

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