#FEDCB5

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

Shades of Sandy Beach #FEDCB5

Tints of Sandy Beach #FEDCB5

Color information

#FEDCB5 (or 0xFEDCB5) is unknown color: approx Sandy Beach. HEX triplet: FE, DC and B5. RGB value is (254,220,181). Sum of RGB (Red+Green+Blue) = 254+220+181=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB5 is #01234A. Grayscale: #E1E1E1. Windows color (decimal): -74571 or 11918590. OLE color: 11918590.

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

Color convert

RGB254220181-
CMYK00.130.290.00
HSL32.05º97.33%85.29%-
HSV(B)32.05º28.74%99.61%-
XYZ74.8175.5954.36-
YUV225.72102.76148.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 181 (71.09% from 255) = 27.63%
R=38.78%
G=33.59%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422018100.130.290.0032.0597.3385.29
HexFEDCB50D1D0206155
Octal37633426501535040141125
Binary1111111011011100101101010110111101010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCB5; }

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

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

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

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

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

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

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

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