#FBDDBD

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

Shades of Sandy Beach #FBDDBD

Tints of Sandy Beach #FBDDBD

Color information

#FBDDBD (or 0xFBDDBD) is unknown color: approx Sandy Beach. HEX triplet: FB, DD and BD. RGB value is (251,221,189). Sum of RGB (Red+Green+Blue) = 251+221+189=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDBD is #042242. Grayscale: #E2E2E2. Windows color (decimal): -270915 or 12443131. OLE color: 12443131.

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

Color convert

RGB251221189-
CMYK00.120.250.02
HSL30.97º88.57%86.27%-
HSV(B)30.97º24.7%98.43%-
XYZ74.8375.958.85-
YUV226.32106.94145.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=37.97%
G=33.43%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122118900.120.250.0230.9788.5786.27
HexFBDDBD0C1921f5956
Octal37333527501431237131126
Binary1111101111011101101111010110011001101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDBD; }

 p { color: rgb(251,221,189); }

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

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

 a { background-color: rgb(251,221,189); }

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

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

 span { border-color: rgb(251,221,189); }

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