#FEDBB4

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

Shades of Sandy Beach #FEDBB4

Tints of Sandy Beach #FEDBB4

Color information

#FEDBB4 (or 0xFEDBB4) is unknown color: approx Sandy Beach. HEX triplet: FE, DB and B4. RGB value is (254,219,180). Sum of RGB (Red+Green+Blue) = 254+219+180=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB4 is #01244B. Grayscale: #E1E1E1. Windows color (decimal): -74828 or 11852798. OLE color: 11852798.

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

Color convert

RGB254219180-
CMYK00.140.290.00
HSL31.62º97.37%85.1%-
HSV(B)31.62º29.13%99.61%-
XYZ74.4475.0353.74-
YUV225.02102.6148.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 180 (70.70% from 255) = 27.57%
R=38.90%
G=33.54%
B=27.57%

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
Decimal25421918000.140.290.0031.6297.3785.1
HexFEDBB40E1D0206155
Octal37633326401635040141125
Binary1111111011011011101101000111011101010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB4; }

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

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

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

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

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

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

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

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