#FBDCB8

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

Shades of Sandy Beach #FBDCB8

Tints of Sandy Beach #FBDCB8

Color information

#FBDCB8 (or 0xFBDCB8) is unknown color: approx Sandy Beach. HEX triplet: FB, DC and B8. RGB value is (251,220,184). Sum of RGB (Red+Green+Blue) = 251+220+184=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB8 is #042347. Grayscale: #E1E1E1. Windows color (decimal): -271176 or 12115195. OLE color: 12115195.

HSL color Cylindrical-coordinate representation of color #FBDCB8: hue angle of 32.24º 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 #FBDCB8 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251220184-
CMYK00.120.270.02
HSL32.24º89.33%85.29%-
HSV(B)32.24º26.69%98.43%-
XYZ74.0375.1655.95-
YUV225.16104.77146.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 184 (72.27% from 255) = 28.09%
R=38.32%
G=33.59%
B=28.09%

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
Decimal25122018400.120.270.0232.2489.3385.29
HexFBDCB80C1B2205955
Octal37333427001433240131125
Binary11111011110111001011100001100110111010000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCB8; }

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

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

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

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

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

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

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

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