#FDD9B2

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

Shades of Sandy Beach #FDD9B2

Tints of Sandy Beach #FDD9B2

Color information

#FDD9B2 (or 0xFDD9B2) is unknown color: approx Sandy Beach. HEX triplet: FD, D9 and B2. RGB value is (253,217,178). Sum of RGB (Red+Green+Blue) = 253+217+178=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD9B2 is #02264D. Grayscale: #DFDFDF. Windows color (decimal): -140878 or 11721213. OLE color: 11721213.

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

Color convert

RGB253217178-
CMYK00.140.300.01
HSL31.2º94.94%84.51%-
HSV(B)31.2º29.64%99.22%-
XYZ73.3673.7252.48-
YUV223.32102.43149.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=39.04%
G=33.49%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321717800.140.300.0131.294.9484.51
HexFDD9B20E1E11f5f55
Octal37533126201636137137125
Binary111111011101100110110010011101111011111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9B2; }

 p { color: rgb(253,217,178); }

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

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

 a { background-color: rgb(253,217,178); }

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

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

 span { border-color: rgb(253,217,178); }

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