#FFA98E

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

Shades of Rose Bud #FFA98E

Tints of Rose Bud #FFA98E

Color information

#FFA98E (or 0xFFA98E) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 8E. RGB value is (255,169,142). Sum of RGB (Red+Green+Blue) = 255+169+142=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA98E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA98E is #005671. Grayscale: #BFBFBF. Windows color (decimal): -22130 or 9349631. OLE color: 9349631.

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

Color convert

RGB255169142-
CMYK00.340.440
HSL14.34º100%77.84%-
HSV(B)14.34º44.31%100%-
XYZ60.3151.5932.37-
YUV191.6499.99173.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=45.05%
G=29.86%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516914200.340.44014.3410077.84
HexFFA98E0222C0e644e
Octal37725121604254016144116
Binary11111111101010011000111001000101011000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA98E; }

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

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

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

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

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

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

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

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