#FEDBB7

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

Shades of Sandy Beach #FEDBB7

Tints of Sandy Beach #FEDBB7

Color information

#FEDBB7 (or 0xFEDBB7) is unknown color: approx Sandy Beach. HEX triplet: FE, DB and B7. RGB value is (254,219,183). Sum of RGB (Red+Green+Blue) = 254+219+183=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB7 is #012448. Grayscale: #E1E1E1. Windows color (decimal): -74825 or 12049406. OLE color: 12049406.

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

Color convert

RGB254219183-
CMYK00.140.280.00
HSL30.42º97.26%85.69%-
HSV(B)30.42º27.95%99.61%-
XYZ74.7575.1555.37-
YUV225.36104.1148.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 183 (71.88% from 255) = 27.90%
R=38.72%
G=33.38%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421918300.140.280.0030.4297.2685.69
HexFEDBB70E1C01e6156
Octal37633326701634036141126
Binary111111101101101110110111011101110001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB7; }

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

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

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

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

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

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

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

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