#FFA199

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

Shades of Rose Bud #FFA199

Tints of Rose Bud #FFA199

Color information

#FFA199 (or 0xFFA199) is unknown color: approx Rose Bud. HEX triplet: FF, A1 and 99. RGB value is (255,161,153). Sum of RGB (Red+Green+Blue) = 255+161+153=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA199 is #005E66. Grayscale: #BCBCBC. Windows color (decimal): -24167 or 10068479. OLE color: 10068479.

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

Color convert

RGB255161153-
CMYK00.370.40
HSL4.71º100%80%-
HSV(B)4.71º40%100%-
XYZ59.7349.0536.46-
YUV188.19108.14175.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=44.82%
G=28.30%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516115300.370.404.7110080
HexFFA19902528056450
Octal3772412310455005144120
Binary1111111110100001100110010100101101000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA199; }

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

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

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

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

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

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

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

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