#FFA392

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

Shades of Rose Bud #FFA392

Tints of Rose Bud #FFA392

Color information

#FFA392 (or 0xFFA392) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 92. RGB value is (255,163,146). Sum of RGB (Red+Green+Blue) = 255+163+146=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA392 is #005C6D. Grayscale: #BCBCBC. Windows color (decimal): -23662 or 9610239. OLE color: 9610239.

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

Color convert

RGB255163146-
CMYK00.360.430
HSL9.36º100%78.63%-
HSV(B)9.36º42.75%100%-
XYZ59.5349.5333.62-
YUV188.57103.98175.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=45.21%
G=28.90%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516314600.360.4309.3610078.63
HexFFA3920242B09644f
Octal37724322204453011144117
Binary11111111101000111001001001001001010110100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA392; }

 p { color: rgb(255,163,146); }

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

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

 a { background-color: rgb(255,163,146); }

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

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

 span { border-color: rgb(255,163,146); }

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