#FED8B5

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

Shades of Sandy Beach #FED8B5

Tints of Sandy Beach #FED8B5

Color information

#FED8B5 (or 0xFED8B5) is unknown color: approx Sandy Beach. HEX triplet: FE, D8 and B5. RGB value is (254,216,181). Sum of RGB (Red+Green+Blue) = 254+216+181=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8B5 is #01274A. Grayscale: #DFDFDF. Windows color (decimal): -75595 or 11917566. OLE color: 11917566.

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

Color convert

RGB254216181-
CMYK00.150.290.00
HSL28.77º97.33%85.29%-
HSV(B)28.77º28.74%99.61%-
XYZ73.7773.5254.02-
YUV223.37104.09149.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 216 (84.77% from 255) = 33.18%
BLUE value IS 181 (71.09% from 255) = 27.80%
R=39.02%
G=33.18%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421618100.150.290.0028.7797.3385.29
HexFED8B50F1D01d6155
Octal37633026501735035141125
Binary111111101101100010110101011111110101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8B5; }

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

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

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

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

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

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

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

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