#FEDFB7

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

Shades of Sandy Beach #FEDFB7

Tints of Sandy Beach #FEDFB7

Color information

#FEDFB7 (or 0xFEDFB7) is unknown color: approx Sandy Beach. HEX triplet: FE, DF and B7. RGB value is (254,223,183). Sum of RGB (Red+Green+Blue) = 254+223+183=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 183 (71.88% from 255 or 27.73% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB7 is #012048. Grayscale: #E3E3E3. Windows color (decimal): -73801 or 12050430. OLE color: 12050430.

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

Color convert

RGB254223183-
CMYK00.120.280.00
HSL33.8º97.26%85.69%-
HSV(B)33.8º27.95%99.61%-
XYZ75.8177.2755.72-
YUV227.71102.77146.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 183 (71.88% from 255) = 27.73%
R=38.48%
G=33.79%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422318300.120.280.0033.897.2685.69
HexFEDFB70C1C0226156
Octal37633726701434042141126
Binary1111111011011111101101110110011100010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFB7; }

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

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

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

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

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

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

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

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