#FEDEB7

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

Shades of Sandy Beach #FEDEB7

Tints of Sandy Beach #FEDEB7

Color information

#FEDEB7 (or 0xFEDEB7) is unknown color: approx Sandy Beach. HEX triplet: FE, DE and B7. RGB value is (254,222,183). Sum of RGB (Red+Green+Blue) = 254+222+183=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 183 (71.88% from 255 or 27.77% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEB7 is #012148. Grayscale: #E3E3E3. Windows color (decimal): -74057 or 12050174. OLE color: 12050174.

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

Color convert

RGB254222183-
CMYK00.130.280.00
HSL32.96º97.26%85.69%-
HSV(B)32.96º27.95%99.61%-
XYZ75.5476.7355.63-
YUV227.12103.1147.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 183 (71.88% from 255) = 27.77%
R=38.54%
G=33.69%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422218300.130.280.0032.9697.2685.69
HexFEDEB70D1C0216156
Octal37633626701534041141126
Binary1111111011011110101101110110111100010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEB7; }

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

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

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

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

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

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

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

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