#FFAB9F

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

Shades of Rose Bud #FFAB9F

Tints of Rose Bud #FFAB9F

Color information

#FFAB9F (or 0xFFAB9F) is unknown color: approx Rose Bud. HEX triplet: FF, AB and 9F. RGB value is (255,171,159). Sum of RGB (Red+Green+Blue) = 255+171+159=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB9F is #005460. Grayscale: #C2C2C2. Windows color (decimal): -21601 or 10464255. OLE color: 10464255.

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

Color convert

RGB255171159-
CMYK00.330.380
HSL7.5º100%81.18%-
HSV(B)7.5º37.65%100%-
XYZ62.0652.8939.74-
YUV194.75107.83170.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=43.59%
G=29.23%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517115900.330.3807.510081.18
HexFFAB9F02126086451
Octal37725323704146010144121
Binary11111111101010111001111101000011001100100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAB9F; }

 p { color: rgb(255,171,159); }

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

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

 a { background-color: rgb(255,171,159); }

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

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

 span { border-color: rgb(255,171,159); }

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