#FEDFB9

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

Shades of Sandy Beach #FEDFB9

Tints of Sandy Beach #FEDFB9

Color information

#FEDFB9 (or 0xFEDFB9) is unknown color: approx Sandy Beach. HEX triplet: FE, DF and B9. RGB value is (254,223,185). Sum of RGB (Red+Green+Blue) = 254+223+185=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 185 (72.66% from 255 or 27.95% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB9 is #012046. Grayscale: #E4E4E4. Windows color (decimal): -73799 or 12181502. OLE color: 12181502.

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

Color convert

RGB254223185-
CMYK00.120.270.00
HSL33.04º97.18%86.08%-
HSV(B)33.04º27.17%99.61%-
XYZ76.0277.3556.82-
YUV227.94103.77146.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 185 (72.66% from 255) = 27.95%
R=38.37%
G=33.69%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422318500.120.270.0033.0497.1886.08
HexFEDFB90C1B0216156
Octal37633727101433041141126
Binary1111111011011111101110010110011011010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFB9; }

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

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

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

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

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

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

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

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