#FEDBB2

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

Shades of Sandy Beach #FEDBB2

Tints of Sandy Beach #FEDBB2

Color information

#FEDBB2 (or 0xFEDBB2) is unknown color: approx Sandy Beach. HEX triplet: FE, DB and B2. RGB value is (254,219,178). Sum of RGB (Red+Green+Blue) = 254+219+178=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBB2 is #01244D. Grayscale: #E0E0E0. Windows color (decimal): -74830 or 11721726. OLE color: 11721726.

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

Color convert

RGB254219178-
CMYK00.140.300.00
HSL32.37º97.44%84.71%-
HSV(B)32.37º29.92%99.61%-
XYZ74.2474.9552.67-
YUV224.79101.6148.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 178 (69.92% from 255) = 27.34%
R=39.02%
G=33.64%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421917800.140.300.0032.3797.4484.71
HexFEDBB20E1E0206155
Octal37633326201636040141125
Binary1111111011011011101100100111011110010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB2; }

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

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

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

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

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

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

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

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