#FEDEBA

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

Shades of Sandy Beach #FEDEBA

Tints of Sandy Beach #FEDEBA

Color information

#FEDEBA (or 0xFEDEBA) is unknown color: approx Sandy Beach. HEX triplet: FE, DE and BA. RGB value is (254,222,186). Sum of RGB (Red+Green+Blue) = 254+222+186=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBA is #012145. Grayscale: #E3E3E3. Windows color (decimal): -74054 or 12246782. OLE color: 12246782.

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

Color convert

RGB254222186-
CMYK00.130.270.00
HSL31.76º97.14%86.27%-
HSV(B)31.76º26.77%99.61%-
XYZ75.8676.8657.29-
YUV227.46104.6146.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 186 (73.05% from 255) = 28.10%
R=38.37%
G=33.53%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422218600.130.270.0031.7697.1486.27
HexFEDEBA0D1B0206156
Octal37633627201533040141126
Binary1111111011011110101110100110111011010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEBA; }

 p { color: rgb(254,222,186); }

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

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

 a { background-color: rgb(254,222,186); }

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

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

 span { border-color: rgb(254,222,186); }

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