#f3ab9e

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

Shades of Rose Bud #F3AB9E

Tints of Rose Bud #F3AB9E

Color information

#F3AB9E (or 0xF3AB9E) is unknown color: approx Rose Bud. HEX triplet: F3, AB and 9E. RGB value is (243,171,158). Sum of RGB (Red+Green+Blue) = 243+171+158=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AB9E is #0C5461. Grayscale: #BFBFBF. Windows color (decimal): -808034 or 10398707. OLE color: 10398707.

HSL color Cylindrical-coordinate representation of color #F3AB9E: hue angle of 9.18º 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 #F3AB9E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243171158-
CMYK00.300.350.05
HSL9.18º77.98%78.63%-
HSV(B)9.18º34.98%95.29%-
XYZ57.750.6539.08-
YUV191.05109.35165.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=42.48%
G=29.90%
B=27.62%

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
Decimal24317115800.300.350.059.1877.9878.63
HexF3AB9E01E23594e4f
Octal36325323603643511116117
Binary111100111010101110011110011110100011101100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3ab9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3ab9e; }

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

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

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

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

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

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

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

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