#FFA998

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

Shades of Rose Bud #FFA998

Tints of Rose Bud #FFA998

Color information

#FFA998 (or 0xFFA998) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 98. RGB value is (255,169,152). Sum of RGB (Red+Green+Blue) = 255+169+152=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA998 is #005667. Grayscale: #C0C0C0. Windows color (decimal): -22120 or 10004991. OLE color: 10004991.

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

Color convert

RGB255169152-
CMYK00.340.400
HSL9.9º100%79.8%-
HSV(B)9.9º40.39%100%-
XYZ61.151.936.5-
YUV192.78104.99172.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=44.27%
G=29.34%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516915200.340.4009.910079.8
HexFFA998022280a6450
Octal37725123004250012144120
Binary11111111101010011001100001000101010000101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA998; }

 p { color: rgb(255,169,152); }

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

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

 a { background-color: rgb(255,169,152); }

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

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

 span { border-color: rgb(255,169,152); }

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