#f3ab9f

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

Shades of Rose Bud #F3AB9F

Tints of Rose Bud #F3AB9F

Color information

#F3AB9F (or 0xF3AB9F) is unknown color: approx Rose Bud. HEX triplet: F3, AB and 9F. RGB value is (243,171,159). Sum of RGB (Red+Green+Blue) = 243+171+159=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AB9F is #0C5460. Grayscale: #BFBFBF. Windows color (decimal): -808033 or 10464243. OLE color: 10464243.

HSL color Cylindrical-coordinate representation of color #F3AB9F: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3AB9F is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243171159-
CMYK00.300.350.05
HSL8.57º77.78%78.82%-
HSV(B)8.57º34.57%95.29%-
XYZ57.7850.6839.54-
YUV191.16109.85164.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=42.41%
G=29.84%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317115900.300.350.058.5777.7878.82
HexF3AB9F01E23594e4f
Octal36325323703643511116117
Binary111100111010101110011111011110100011101100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3ab9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3ab9f; }

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

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

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

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

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

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

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

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