#FEDCB9

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

Shades of Sandy Beach #FEDCB9

Tints of Sandy Beach #FEDCB9

Color information

#FEDCB9 (or 0xFEDCB9) is unknown color: approx Sandy Beach. HEX triplet: FE, DC and B9. RGB value is (254,220,185). Sum of RGB (Red+Green+Blue) = 254+220+185=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB9 is #012346. Grayscale: #E2E2E2. Windows color (decimal): -74567 or 12180734. OLE color: 12180734.

HSL color Cylindrical-coordinate representation of color #FEDCB9: hue angle of 30.43º 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 #FEDCB9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254220185-
CMYK00.130.270.00
HSL30.43º97.18%86.08%-
HSV(B)30.43º27.17%99.61%-
XYZ75.2275.7656.56-
YUV226.18104.76147.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 185 (72.66% from 255) = 28.07%
R=38.54%
G=33.38%
B=28.07%

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
Decimal25422018500.130.270.0030.4397.1886.08
HexFEDCB90D1B01e6156
Octal37633427101533036141126
Binary111111101101110010111001011011101101111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCB9; }

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

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

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

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

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

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

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

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