#FEDCB3

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

Shades of Sandy Beach #FEDCB3

Tints of Sandy Beach #FEDCB3

Color information

#FEDCB3 (or 0xFEDCB3) is unknown color: approx Sandy Beach. HEX triplet: FE, DC and B3. RGB value is (254,220,179). Sum of RGB (Red+Green+Blue) = 254+220+179=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB3 is #01234C. Grayscale: #E1E1E1. Windows color (decimal): -74573 or 11787518. OLE color: 11787518.

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

Color convert

RGB254220179-
CMYK00.130.300.00
HSL32.8º97.4%84.9%-
HSV(B)32.8º29.53%99.61%-
XYZ74.675.5153.29-
YUV225.49101.76148.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=38.90%
G=33.69%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422017900.130.300.0032.897.484.9
HexFEDCB30D1E0216155
Octal37633426301536041141125
Binary1111111011011100101100110110111110010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCB3; }

 p { color: rgb(254,220,179); }

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

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

 a { background-color: rgb(254,220,179); }

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

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

 span { border-color: rgb(254,220,179); }

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