#FEAB8D

Color #FEAB8D Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEAB8D

Tints of Rose Bud #FEAB8D

Color information

#FEAB8D (or 0xFEAB8D) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 8D. RGB value is (254,171,141). Sum of RGB (Red+Green+Blue) = 254+171+141=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB8D is #015472. Grayscale: #C0C0C0. Windows color (decimal): -87155 or 9284606. OLE color: 9284606.

HSL color Cylindrical-coordinate representation of color #FEAB8D: hue angle of 15.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEAB8D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254171141-
CMYK00.330.440.00
HSL15.93º98.26%77.45%-
HSV(B)15.93º44.49%99.61%-
XYZ60.2452.1232.08-
YUV192.499171.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=44.88%
G=30.21%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417114100.330.440.0015.9398.2677.45
HexFEAB8D0212C010624d
Octal37625321504154020142115
Binary111111101010101110001101010000110110001000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB8D; }

 p { color: rgb(254,171,141); }

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

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

 a { background-color: rgb(254,171,141); }

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

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

 span { border-color: rgb(254,171,141); }

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