#FED8AF

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

Shades of Sandy Beach #FED8AF

Tints of Sandy Beach #FED8AF

Color information

#FED8AF (or 0xFED8AF) is unknown color: approx Sandy Beach. HEX triplet: FE, D8 and AF. RGB value is (254,216,175). Sum of RGB (Red+Green+Blue) = 254+216+175=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8AF is #012750. Grayscale: #DEDEDE. Windows color (decimal): -75601 or 11524350. OLE color: 11524350.

HSL color Cylindrical-coordinate representation of color #FED8AF: hue angle of 31.14º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FED8AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254216175-
CMYK00.150.310.00
HSL31.14º97.53%84.12%-
HSV(B)31.14º31.1%99.61%-
XYZ73.1773.2850.85-
YUV222.69101.09150.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=39.38%
G=33.49%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421617500.150.310.0031.1497.5384.12
HexFED8AF0F1F01f6254
Octal37633025701737037142124
Binary111111101101100010101111011111111101111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8AF; }

 p { color: rgb(254,216,175); }

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

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

 a { background-color: rgb(254,216,175); }

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

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

 span { border-color: rgb(254,216,175); }

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