#FBDCB4

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

Shades of Sandy Beach #FBDCB4

Tints of Sandy Beach #FBDCB4

Color information

#FBDCB4 (or 0xFBDCB4) is unknown color: approx Sandy Beach. HEX triplet: FB, DC and B4. RGB value is (251,220,180). Sum of RGB (Red+Green+Blue) = 251+220+180=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB4 is #04234B. Grayscale: #E0E0E0. Windows color (decimal): -271180 or 11853051. OLE color: 11853051.

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

Color convert

RGB251220180-
CMYK00.120.280.02
HSL33.8º89.87%84.51%-
HSV(B)33.8º28.29%98.43%-
XYZ73.6274.9953.77-
YUV224.71102.77146.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 180 (70.70% from 255) = 27.65%
R=38.56%
G=33.79%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122018000.120.280.0233.889.8784.51
HexFBDCB40C1C2225a55
Octal37333426401434242132125
Binary11111011110111001011010001100111001010001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCB4; }

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

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

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

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

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

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

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

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