#FFA19E

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

Shades of Rose Bud #FFA19E

Tints of Rose Bud #FFA19E

Color information

#FFA19E (or 0xFFA19E) is unknown color: approx Rose Bud. HEX triplet: FF, A1 and 9E. RGB value is (255,161,158). Sum of RGB (Red+Green+Blue) = 255+161+158=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA19E is #005E61. Grayscale: #BCBCBC. Windows color (decimal): -24162 or 10396159. OLE color: 10396159.

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

Color convert

RGB255161158-
CMYK00.370.380
HSL1.86º100%80.98%-
HSV(B)1.86º38.04%100%-
XYZ60.1649.2238.68-
YUV188.76110.64175.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 161 (63.28% from 255) = 28.05%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=44.43%
G=28.05%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516115800.370.3801.8610080.98
HexFFA19E02526026451
Octal3772412360454602144121
Binary111111111010000110011110010010110011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA19E; }

 p { color: rgb(255,161,158); }

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

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

 a { background-color: rgb(255,161,158); }

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

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

 span { border-color: rgb(255,161,158); }

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