#FDDBB3

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

Shades of Sandy Beach #FDDBB3

Tints of Sandy Beach #FDDBB3

Color information

#FDDBB3 (or 0xFDDBB3) is unknown color: approx Sandy Beach. HEX triplet: FD, DB and B3. RGB value is (253,219,179). Sum of RGB (Red+Green+Blue) = 253+219+179=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB3 is #02244C. Grayscale: #E0E0E0. Windows color (decimal): -140365 or 11787261. OLE color: 11787261.

HSL color Cylindrical-coordinate representation of color #FDDBB3: hue angle of 32.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDDBB3 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253219179-
CMYK00.130.290.01
HSL32.43º94.87%84.71%-
HSV(B)32.43º29.25%99.22%-
XYZ73.9874.853.19-
YUV224.61102.26148.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 179 (70.31% from 255) = 27.50%
R=38.86%
G=33.64%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321917900.130.290.0132.4394.8784.71
HexFDDBB30D1D1205f55
Octal37533326301535140137125
Binary1111110111011011101100110110111101110000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBB3; }

 p { color: rgb(253,219,179); }

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

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

 a { background-color: rgb(253,219,179); }

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

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

 span { border-color: rgb(253,219,179); }

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