#FDE0BA

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

Shades of Sandy Beach #FDE0BA

Tints of Sandy Beach #FDE0BA

Color information

#FDE0BA (or 0xFDE0BA) is unknown color: approx Sandy Beach. HEX triplet: FD, E0 and BA. RGB value is (253,224,186). Sum of RGB (Red+Green+Blue) = 253+224+186=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0BA is #021F45. Grayscale: #E4E4E4. Windows color (decimal): -139078 or 12247293. OLE color: 12247293.

HSL color Cylindrical-coordinate representation of color #FDE0BA: hue angle of 34.03º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDE0BA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253224186-
CMYK00.110.260.01
HSL34.03º94.37%86.08%-
HSV(B)34.03º26.48%99.22%-
XYZ76.0377.7457.45-
YUV228.34104.11145.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 186 (73.05% from 255) = 28.05%
R=38.16%
G=33.79%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322418600.110.260.0134.0394.3786.08
HexFDE0BA0B1A1225e56
Octal37534027201332142136126
Binary1111110111100000101110100101111010110001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0BA; }

 p { color: rgb(253,224,186); }

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

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

 a { background-color: rgb(253,224,186); }

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

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

 span { border-color: rgb(253,224,186); }

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