#FEDEB9

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

Shades of Sandy Beach #FEDEB9

Tints of Sandy Beach #FEDEB9

Color information

#FEDEB9 (or 0xFEDEB9) is unknown color: approx Sandy Beach. HEX triplet: FE, DE and B9. RGB value is (254,222,185). Sum of RGB (Red+Green+Blue) = 254+222+185=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEB9 is #012146. Grayscale: #E3E3E3. Windows color (decimal): -74055 or 12181246. OLE color: 12181246.

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

Color convert

RGB254222185-
CMYK00.130.270.00
HSL32.17º97.18%86.08%-
HSV(B)32.17º27.17%99.61%-
XYZ75.7576.8256.73-
YUV227.35104.1147.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 185 (72.66% from 255) = 27.99%
R=38.43%
G=33.59%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422218500.130.270.0032.1797.1886.08
HexFEDEB90D1B0206156
Octal37633627101533040141126
Binary1111111011011110101110010110111011010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEB9; }

 p { color: rgb(254,222,185); }

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

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

 a { background-color: rgb(254,222,185); }

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

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

 span { border-color: rgb(254,222,185); }

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