#FDD9B3

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

Shades of Sandy Beach #FDD9B3

Tints of Sandy Beach #FDD9B3

Color information

#FDD9B3 (or 0xFDD9B3) is unknown color: approx Sandy Beach. HEX triplet: FD, D9 and B3. RGB value is (253,217,179). Sum of RGB (Red+Green+Blue) = 253+217+179=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B3 is #02264C. Grayscale: #DFDFDF. Windows color (decimal): -140877 or 11786749. OLE color: 11786749.

HSL color Cylindrical-coordinate representation of color #FDD9B3: hue angle of 30.81º 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 #FDD9B3 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253217179-
CMYK00.140.290.01
HSL30.81º94.87%84.71%-
HSV(B)30.81º29.25%99.22%-
XYZ73.4673.7653.01-
YUV223.43102.93149.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 179 (70.31% from 255) = 27.58%
R=38.98%
G=33.44%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321717900.140.290.0130.8194.8784.71
HexFDD9B30E1D11f5f55
Octal37533126301635137137125
Binary111111011101100110110011011101110111111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9B3; }

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

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

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

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

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

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

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

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