#FDDEBD

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

Shades of Sandy Beach #FDDEBD

Tints of Sandy Beach #FDDEBD

Color information

#FDDEBD (or 0xFDDEBD) is unknown color: approx Sandy Beach. HEX triplet: FD, DE and BD. RGB value is (253,222,189). Sum of RGB (Red+Green+Blue) = 253+222+189=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEBD is #022142. Grayscale: #E3E3E3. Windows color (decimal): -139587 or 12443389. OLE color: 12443389.

HSL color Cylindrical-coordinate representation of color #FDDEBD: hue angle of 30.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDEBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253222189-
CMYK00.120.250.01
HSL30.94º94.12%86.67%-
HSV(B)30.94º25.3%99.22%-
XYZ75.8176.858.97-
YUV227.51106.27146.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=38.10%
G=33.43%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322218900.120.250.0130.9494.1286.67
HexFDDEBD0C1911f5e57
Octal37533627501431137136127
Binary111111011101111010111101011001100111111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEBD; }

 p { color: rgb(253,222,189); }

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

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

 a { background-color: rgb(253,222,189); }

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

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

 span { border-color: rgb(253,222,189); }

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