#FEDEB5

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

Shades of Sandy Beach #FEDEB5

Tints of Sandy Beach #FEDEB5

Color information

#FEDEB5 (or 0xFEDEB5) is unknown color: approx Sandy Beach. HEX triplet: FE, DE and B5. RGB value is (254,222,181). Sum of RGB (Red+Green+Blue) = 254+222+181=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEB5 is #01214A. Grayscale: #E3E3E3. Windows color (decimal): -74059 or 11919102. OLE color: 11919102.

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

Color convert

RGB254222181-
CMYK00.130.290.00
HSL33.7º97.33%85.29%-
HSV(B)33.7º28.74%99.61%-
XYZ75.3376.6554.54-
YUV226.89102.1147.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 181 (71.09% from 255) = 27.55%
R=38.66%
G=33.79%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422218100.130.290.0033.797.3385.29
HexFEDEB50D1D0226155
Octal37633626501535042141125
Binary1111111011011110101101010110111101010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEB5; }

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

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

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

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

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

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

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

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