#FEA88D

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

Shades of Rose Bud #FEA88D

Tints of Rose Bud #FEA88D

Color information

#FEA88D (or 0xFEA88D) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 8D. RGB value is (254,168,141). Sum of RGB (Red+Green+Blue) = 254+168+141=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA88D is #015772. Grayscale: #BEBEBE. Windows color (decimal): -87923 or 9283838. OLE color: 9283838.

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

Color convert

RGB254168141-
CMYK00.340.440.00
HSL14.34º98.26%77.45%-
HSV(B)14.34º44.49%99.61%-
XYZ59.685131.9-
YUV190.6499.99173.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=45.12%
G=29.84%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416814100.340.440.0014.3498.2677.45
HexFEA88D0222C0e624d
Octal37625021504254016142115
Binary11111110101010001000110101000101011000111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA88D; }

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

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

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

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

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

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

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

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