#FED9B1

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

Shades of Sandy Beach #FED9B1

Tints of Sandy Beach #FED9B1

Color information

#FED9B1 (or 0xFED9B1) is unknown color: approx Sandy Beach. HEX triplet: FE, D9 and B1. RGB value is (254,217,177). Sum of RGB (Red+Green+Blue) = 254+217+177=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9B1 is #01264E. Grayscale: #DFDFDF. Windows color (decimal): -75343 or 11655678. OLE color: 11655678.

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

Color convert

RGB254217177-
CMYK00.150.300.00
HSL31.17º97.47%84.51%-
HSV(B)31.17º30.31%99.61%-
XYZ73.6273.8751.97-
YUV223.5101.76149.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 177 (69.53% from 255) = 27.31%
R=39.20%
G=33.49%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421717700.150.300.0031.1797.4784.51
HexFED9B10F1E01f6155
Octal37633126101736037141125
Binary111111101101100110110001011111111001111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9B1; }

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

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

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

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

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

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

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

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