#FEDDB4

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

Shades of Sandy Beach #FEDDB4

Tints of Sandy Beach #FEDDB4

Color information

#FEDDB4 (or 0xFEDDB4) is unknown color: approx Sandy Beach. HEX triplet: FE, DD and B4. RGB value is (254,221,180). Sum of RGB (Red+Green+Blue) = 254+221+180=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB4 is #01224B. Grayscale: #E2E2E2. Windows color (decimal): -74316 or 11853310. OLE color: 11853310.

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

Color convert

RGB254221180-
CMYK00.130.290.00
HSL33.24º97.37%85.1%-
HSV(B)33.24º29.13%99.61%-
XYZ74.9776.0853.91-
YUV226.19101.93147.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=38.78%
G=33.74%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422118000.130.290.0033.2497.3785.1
HexFEDDB40D1D0216155
Octal37633526401535041141125
Binary1111111011011101101101000110111101010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDB4; }

 p { color: rgb(254,221,180); }

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

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

 a { background-color: rgb(254,221,180); }

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

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

 span { border-color: rgb(254,221,180); }

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