#FFA292

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

Shades of Rose Bud #FFA292

Tints of Rose Bud #FFA292

Color information

#FFA292 (or 0xFFA292) is unknown color: approx Rose Bud. HEX triplet: FF, A2 and 92. RGB value is (255,162,146). Sum of RGB (Red+Green+Blue) = 255+162+146=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA292 is #005D6D. Grayscale: #BCBCBC. Windows color (decimal): -23918 or 9609983. OLE color: 9609983.

HSL color Cylindrical-coordinate representation of color #FFA292: hue angle of 8.81º 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 #FFA292 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB255162146-
CMYK00.360.430
HSL8.81º100%78.63%-
HSV(B)8.81º42.75%100%-
XYZ59.3549.1833.56-
YUV187.98104.31175.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=45.29%
G=28.77%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516214600.360.4308.8110078.63
HexFFA2920242B09644f
Octal37724222204453011144117
Binary11111111101000101001001001001001010110100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA292; }

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

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

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

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

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

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

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

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