#FED9B0

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

Shades of Sandy Beach #FED9B0

Tints of Sandy Beach #FED9B0

Color information

#FED9B0 (or 0xFED9B0) is unknown color: approx Sandy Beach. HEX triplet: FE, D9 and B0. RGB value is (254,217,176). Sum of RGB (Red+Green+Blue) = 254+217+176=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9B0 is #01264F. Grayscale: #DFDFDF. Windows color (decimal): -75344 or 11590142. OLE color: 11590142.

HSL color Cylindrical-coordinate representation of color #FED9B0: hue angle of 31.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FED9B0 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254217176-
CMYK00.150.310.00
HSL31.54º97.5%84.31%-
HSV(B)31.54º30.71%99.61%-
XYZ73.5273.8351.45-
YUV223.39101.26149.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 176 (69.14% from 255) = 27.20%
R=39.26%
G=33.54%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421717600.150.310.0031.5497.584.31
HexFED9B00F1F0206254
Octal37633126001737040142124
Binary1111111011011001101100000111111111010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9B0; }

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

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

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

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

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

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

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

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