#FEAC8D

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

Shades of Rose Bud #FEAC8D

Tints of Rose Bud #FEAC8D

Color information

#FEAC8D (or 0xFEAC8D) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 8D. RGB value is (254,172,141). Sum of RGB (Red+Green+Blue) = 254+172+141=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC8D is #015372. Grayscale: #C1C1C1. Windows color (decimal): -86899 or 9284862. OLE color: 9284862.

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

Color convert

RGB254172141-
CMYK00.320.440.00
HSL16.46º98.26%77.45%-
HSV(B)16.46º44.49%99.61%-
XYZ60.4352.532.15-
YUV192.9898.67171.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=44.80%
G=30.34%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417214100.320.440.0016.4698.2677.45
HexFEAC8D0202C010624d
Octal37625421504054020142115
Binary111111101010110010001101010000010110001000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC8D; }

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

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

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

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

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

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

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

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