#FDDBB6

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

Shades of Sandy Beach #FDDBB6

Tints of Sandy Beach #FDDBB6

Color information

#FDDBB6 (or 0xFDDBB6) is unknown color: approx Sandy Beach. HEX triplet: FD, DB and B6. RGB value is (253,219,182). Sum of RGB (Red+Green+Blue) = 253+219+182=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB6 is #022449. Grayscale: #E1E1E1. Windows color (decimal): -140362 or 11983869. OLE color: 11983869.

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

Color convert

RGB253219182-
CMYK00.130.280.01
HSL31.27º94.67%85.29%-
HSV(B)31.27º28.06%99.22%-
XYZ74.2874.9254.8-
YUV224.95103.76148.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=38.69%
G=33.49%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321918200.130.280.0131.2794.6785.29
HexFDDBB60D1C11f5f55
Octal37533326601534137137125
Binary111111011101101110110110011011110011111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBB6; }

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

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

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

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

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

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

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

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