#FBD6B0

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

Shades of Sandy Beach #FBD6B0

Tints of Sandy Beach #FBD6B0

Color information

#FBD6B0 (or 0xFBD6B0) is unknown color: approx Sandy Beach. HEX triplet: FB, D6 and B0. RGB value is (251,214,176). Sum of RGB (Red+Green+Blue) = 251+214+176=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6B0 is #04294F. Grayscale: #DCDCDC. Windows color (decimal): -272720 or 11589371. OLE color: 11589371.

HSL color Cylindrical-coordinate representation of color #FBD6B0: hue angle of 30.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBD6B0 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251214176-
CMYK00.150.300.02
HSL30.4º90.36%83.73%-
HSV(B)30.4º29.88%98.43%-
XYZ71.6771.7451.14-
YUV220.73102.76149.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=39.16%
G=33.39%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121417600.150.300.0230.490.3683.73
HexFBD6B00F1E21e5a54
Octal37332626001736236132124
Binary1111101111010110101100000111111110101111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6B0; }

 p { color: rgb(251,214,176); }

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

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

 a { background-color: rgb(251,214,176); }

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

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

 span { border-color: rgb(251,214,176); }

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