#F6AA9E

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

Shades of Rose Bud #F6AA9E

Tints of Rose Bud #F6AA9E

Color information

#F6AA9E (or 0xF6AA9E) is unknown color: approx Rose Bud. HEX triplet: F6, AA and 9E. RGB value is (246,170,158). Sum of RGB (Red+Green+Blue) = 246+170+158=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA9E is #095561. Grayscale: #BFBFBF. Windows color (decimal): -611682 or 10398454. OLE color: 10398454.

HSL color Cylindrical-coordinate representation of color #F6AA9E: hue angle of 8.18º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6AA9E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246170158-
CMYK00.310.360.04
HSL8.18º83.02%79.22%-
HSV(B)8.18º35.77%96.47%-
XYZ58.5550.8139.07-
YUV191.36109.18166.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.86%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=42.86%
G=29.62%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617015800.310.360.048.1883.0279.22
HexF6AA9E01F2448534f
Octal36625223603744410123117
Binary111101101010101010011110011111100100100100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AA9E; }

 p { color: rgb(246,170,158); }

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

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

 a { background-color: rgb(246,170,158); }

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

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

 span { border-color: rgb(246,170,158); }

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