#F6A29E

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

Shades of Rose Bud #F6A29E

Tints of Rose Bud #F6A29E

Color information

#F6A29E (or 0xF6A29E) is unknown color: approx Rose Bud. HEX triplet: F6, A2 and 9E. RGB value is (246,162,158). Sum of RGB (Red+Green+Blue) = 246+162+158=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A29E is #095D61. Grayscale: #BABABA. Windows color (decimal): -613730 or 10396406. OLE color: 10396406.

HSL color Cylindrical-coordinate representation of color #F6A29E: hue angle of 2.73º 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 #F6A29E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246162158-
CMYK00.340.360.04
HSL2.73º83.02%79.22%-
HSV(B)2.73º35.77%96.47%-
XYZ57.147.938.58-
YUV186.66111.83170.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=43.46%
G=28.62%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616215800.340.360.042.7383.0279.22
HexF6A29E0222443534f
Octal3662422360424443123117
Binary11110110101000101001111001000101001001001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A29E; }

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

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

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

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

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

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

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

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