#FEDBB3

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

Shades of Sandy Beach #FEDBB3

Tints of Sandy Beach #FEDBB3

Color information

#FEDBB3 (or 0xFEDBB3) is unknown color: approx Sandy Beach. HEX triplet: FE, DB and B3. RGB value is (254,219,179). Sum of RGB (Red+Green+Blue) = 254+219+179=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB3 is #01244C. Grayscale: #E1E1E1. Windows color (decimal): -74829 or 11787262. OLE color: 11787262.

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

Color convert

RGB254219179-
CMYK00.140.300.00
HSL32º97.4%84.9%-
HSV(B)32º29.53%99.61%-
XYZ74.3474.9953.2-
YUV224.9102.1148.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 179 (70.31% from 255) = 27.45%
R=38.96%
G=33.59%
B=27.45%

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
Decimal25421917900.140.300.003297.484.9
HexFEDBB30E1E0206155
Octal37633326301636040141125
Binary1111111011011011101100110111011110010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB3; }

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

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

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

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

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

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

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

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