#FEDDB9

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

Shades of Sandy Beach #FEDDB9

Tints of Sandy Beach #FEDDB9

Color information

#FEDDB9 (or 0xFEDDB9) is unknown color: approx Sandy Beach. HEX triplet: FE, DD and B9. RGB value is (254,221,185). Sum of RGB (Red+Green+Blue) = 254+221+185=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB9 is #012246. Grayscale: #E2E2E2. Windows color (decimal): -74311 or 12180990. OLE color: 12180990.

HSL color Cylindrical-coordinate representation of color #FEDDB9: hue angle of 31.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEDDB9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254221185-
CMYK00.130.270.00
HSL31.3º97.18%86.08%-
HSV(B)31.3º27.17%99.61%-
XYZ75.4976.2956.65-
YUV226.76104.43147.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 185 (72.66% from 255) = 28.03%
R=38.48%
G=33.48%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422118500.130.270.0031.397.1886.08
HexFEDDB90D1B01f6156
Octal37633527101533037141126
Binary111111101101110110111001011011101101111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDB9; }

 p { color: rgb(254,221,185); }

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

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

 a { background-color: rgb(254,221,185); }

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

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

 span { border-color: rgb(254,221,185); }

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