#FBDDB4

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

Shades of Sandy Beach #FBDDB4

Tints of Sandy Beach #FBDDB4

Color information

#FBDDB4 (or 0xFBDDB4) is unknown color: approx Sandy Beach. HEX triplet: FB, DD and B4. RGB value is (251,221,180). Sum of RGB (Red+Green+Blue) = 251+221+180=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDB4 is #04224B. Grayscale: #E1E1E1. Windows color (decimal): -270924 or 11853307. OLE color: 11853307.

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

Color convert

RGB251221180-
CMYK00.120.280.02
HSL34.65º89.87%84.51%-
HSV(B)34.65º28.29%98.43%-
XYZ73.8875.5253.86-
YUV225.3102.44146.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=38.50%
G=33.90%
B=27.61%

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
Decimal25122118000.120.280.0234.6589.8784.51
HexFBDDB40C1C2235a55
Octal37333526401434243132125
Binary11111011110111011011010001100111001010001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDB4; }

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

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

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

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

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

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

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

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