#FED9B5

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

Shades of Sandy Beach #FED9B5

Tints of Sandy Beach #FED9B5

Color information

#FED9B5 (or 0xFED9B5) is unknown color: approx Sandy Beach. HEX triplet: FE, D9 and B5. RGB value is (254,217,181). Sum of RGB (Red+Green+Blue) = 254+217+181=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9B5 is #01264A. Grayscale: #E0E0E0. Windows color (decimal): -75339 or 11917822. OLE color: 11917822.

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

Color convert

RGB254217181-
CMYK00.150.290.00
HSL29.59º97.33%85.29%-
HSV(B)29.59º28.74%99.61%-
XYZ74.0374.0354.1-
YUV223.96103.76149.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 181 (71.09% from 255) = 27.76%
R=38.96%
G=33.28%
B=27.76%

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
Decimal25421718100.150.290.0029.5997.3385.29
HexFED9B50F1D01e6155
Octal37633126501735036141125
Binary111111101101100110110101011111110101111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9B5; }

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

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

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

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

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

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

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

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