#FEDEBB

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

Shades of Sandy Beach #FEDEBB

Tints of Sandy Beach #FEDEBB

Color information

#FEDEBB (or 0xFEDEBB) is unknown color: approx Sandy Beach. HEX triplet: FE, DE and BB. RGB value is (254,222,187). Sum of RGB (Red+Green+Blue) = 254+222+187=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBB is #012144. Grayscale: #E3E3E3. Windows color (decimal): -74053 or 12312318. OLE color: 12312318.

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

Color convert

RGB254222187-
CMYK00.130.260.00
HSL31.34º97.1%86.47%-
HSV(B)31.34º26.38%99.61%-
XYZ75.9676.957.85-
YUV227.58105.1146.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 187 (73.44% from 255) = 28.21%
R=38.31%
G=33.48%
B=28.21%

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
Decimal25422218700.130.260.0031.3497.186.47
HexFEDEBB0D1A01f6156
Octal37633627301532037141126
Binary111111101101111010111011011011101001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEBB; }

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

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

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

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

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

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

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

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