#FBD5B1

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

Shades of Sandy Beach #FBD5B1

Tints of Sandy Beach #FBD5B1

Color information

#FBD5B1 (or 0xFBD5B1) is unknown color: approx Sandy Beach. HEX triplet: FB, D5 and B1. RGB value is (251,213,177). Sum of RGB (Red+Green+Blue) = 251+213+177=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD5B1 is #042A4E. Grayscale: #DCDCDC. Windows color (decimal): -272975 or 11654651. OLE color: 11654651.

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

Color convert

RGB251213177-
CMYK00.150.290.02
HSL29.19º90.24%83.92%-
HSV(B)29.19º29.48%98.43%-
XYZ71.5171.2751.58-
YUV220.26103.59149.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 177 (69.53% from 255) = 27.61%
R=39.16%
G=33.23%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121317700.150.290.0229.1990.2483.92
HexFBD5B10F1D21d5a54
Octal37332526101735235132124
Binary1111101111010101101100010111111101101110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5B1; }

 p { color: rgb(251,213,177); }

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

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

 a { background-color: rgb(251,213,177); }

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

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

 span { border-color: rgb(251,213,177); }

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