#FEDDB7

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

Shades of Sandy Beach #FEDDB7

Tints of Sandy Beach #FEDDB7

Color information

#FEDDB7 (or 0xFEDDB7) is unknown color: approx Sandy Beach. HEX triplet: FE, DD and B7. RGB value is (254,221,183). Sum of RGB (Red+Green+Blue) = 254+221+183=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB7 is #012248. Grayscale: #E2E2E2. Windows color (decimal): -74313 or 12049918. OLE color: 12049918.

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

Color convert

RGB254221183-
CMYK00.130.280.00
HSL32.11º97.26%85.69%-
HSV(B)32.11º27.95%99.61%-
XYZ75.2876.255.54-
YUV226.54103.43147.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 183 (71.88% from 255) = 27.81%
R=38.60%
G=33.59%
B=27.81%

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
Decimal25422118300.130.280.0032.1197.2685.69
HexFEDDB70D1C0206156
Octal37633526701534040141126
Binary1111111011011101101101110110111100010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDB7; }

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

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

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

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

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

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

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

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