#FEDBB5

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

Shades of Sandy Beach #FEDBB5

Tints of Sandy Beach #FEDBB5

Color information

#FEDBB5 (or 0xFEDBB5) is unknown color: approx Sandy Beach. HEX triplet: FE, DB and B5. RGB value is (254,219,181). Sum of RGB (Red+Green+Blue) = 254+219+181=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB5 is #01244A. Grayscale: #E1E1E1. Windows color (decimal): -74827 or 11918334. OLE color: 11918334.

HSL color Cylindrical-coordinate representation of color #FEDBB5: hue angle of 31.23º 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 #FEDBB5 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254219181-
CMYK00.140.290.00
HSL31.23º97.33%85.29%-
HSV(B)31.23º28.74%99.61%-
XYZ74.5575.0754.28-
YUV225.13103.1148.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=38.84%
G=33.49%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421918100.140.290.0031.2397.3385.29
HexFEDBB50E1D01f6155
Octal37633326501635037141125
Binary111111101101101110110101011101110101111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB5; }

 p { color: rgb(254,219,181); }

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

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

 a { background-color: rgb(254,219,181); }

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

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

 span { border-color: rgb(254,219,181); }

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