#FFA98F

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

Shades of Rose Bud #FFA98F

Tints of Rose Bud #FFA98F

Color information

#FFA98F (or 0xFFA98F) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 8F. RGB value is (255,169,143). Sum of RGB (Red+Green+Blue) = 255+169+143=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA98F is #005670. Grayscale: #BFBFBF. Windows color (decimal): -22129 or 9415167. OLE color: 9415167.

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

Color convert

RGB255169143-
CMYK00.340.440
HSL13.93º100%78.04%-
HSV(B)13.93º43.92%100%-
XYZ60.3951.6232.77-
YUV191.75100.49173.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 143 (56.25% from 255) = 25.22%
R=44.97%
G=29.81%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516914300.340.44013.9310078.04
HexFFA98F0222C0e644e
Octal37725121704254016144116
Binary11111111101010011000111101000101011000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA98F; }

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

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

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

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

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

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

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

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