#FEDFB6

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

Shades of Sandy Beach #FEDFB6

Tints of Sandy Beach #FEDFB6

Color information

#FEDFB6 (or 0xFEDFB6) is unknown color: approx Sandy Beach. HEX triplet: FE, DF and B6. RGB value is (254,223,182). Sum of RGB (Red+Green+Blue) = 254+223+182=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB6 is #012049. Grayscale: #E3E3E3. Windows color (decimal): -73802 or 11984894. OLE color: 11984894.

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

Color convert

RGB254223182-
CMYK00.120.280.00
HSL34.17º97.3%85.49%-
HSV(B)34.17º28.35%99.61%-
XYZ75.777.2255.17-
YUV227.59102.27146.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 182 (71.48% from 255) = 27.62%
R=38.54%
G=33.84%
B=27.62%

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
Decimal25422318200.120.280.0034.1797.385.49
HexFEDFB60C1C0226155
Octal37633726601434042141125
Binary1111111011011111101101100110011100010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFB6; }

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

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

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

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

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

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

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

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