#F3AA9B

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

Shades of Rose Bud #F3AA9B

Tints of Rose Bud #F3AA9B

Color information

#F3AA9B (or 0xF3AA9B) is unknown color: approx Rose Bud. HEX triplet: F3, AA and 9B. RGB value is (243,170,155). Sum of RGB (Red+Green+Blue) = 243+170+155=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AA9B is #0C5564. Grayscale: #BEBEBE. Windows color (decimal): -808293 or 10201843. OLE color: 10201843.

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

Color convert

RGB243170155-
CMYK00.300.360.05
HSL10.23º78.57%78.04%-
HSV(B)10.23º36.21%95.29%-
XYZ57.2550.1737.68-
YUV190.12108.18165.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=42.78%
G=29.93%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317015500.300.360.0510.2378.5778.04
HexF3AA9B01E245a4f4e
Octal36325223303644512117116
Binary111100111010101010011011011110100100101101010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AA9B; }

 p { color: rgb(243,170,155); }

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

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

 a { background-color: rgb(243,170,155); }

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

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

 span { border-color: rgb(243,170,155); }

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