#FEAC92

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

Shades of Rose Bud #FEAC92

Tints of Rose Bud #FEAC92

Color information

#FEAC92 (or 0xFEAC92) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 92. RGB value is (254,172,146). Sum of RGB (Red+Green+Blue) = 254+172+146=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC92 is #01536D. Grayscale: #C1C1C1. Windows color (decimal): -86894 or 9612542. OLE color: 9612542.

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

Color convert

RGB254172146-
CMYK00.320.430.00
HSL14.44º98.18%78.43%-
HSV(B)14.44º42.52%99.61%-
XYZ60.8152.6534.15-
YUV193.55101.17171.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 146 (57.42% from 255) = 25.52%
R=44.41%
G=30.07%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417214600.320.430.0014.4498.1878.43
HexFEAC920202B0e624e
Octal37625422204053016142116
Binary11111110101011001001001001000001010110111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC92; }

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

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

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

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

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

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

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

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