#FEDDBB

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

Shades of Sandy Beach #FEDDBB

Tints of Sandy Beach #FEDDBB

Color information

#FEDDBB (or 0xFEDDBB) is unknown color: approx Sandy Beach. HEX triplet: FE, DD and BB. RGB value is (254,221,187). Sum of RGB (Red+Green+Blue) = 254+221+187=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBB is #012244. Grayscale: #E3E3E3. Windows color (decimal): -74309 or 12312062. OLE color: 12312062.

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

Color convert

RGB254221187-
CMYK00.130.260.00
HSL30.45º97.1%86.47%-
HSV(B)30.45º26.38%99.61%-
XYZ75.776.3757.77-
YUV226.99105.43147.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 187 (73.44% from 255) = 28.25%
R=38.37%
G=33.38%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422118700.130.260.0030.4597.186.47
HexFEDDBB0D1A01e6156
Octal37633527301532036141126
Binary111111101101110110111011011011101001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDBB; }

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

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

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

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

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

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

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

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