#F6AC9B

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

Shades of Rose Bud #F6AC9B

Tints of Rose Bud #F6AC9B

Color information

#F6AC9B (or 0xF6AC9B) is unknown color: approx Rose Bud. HEX triplet: F6, AC and 9B. RGB value is (246,172,155). Sum of RGB (Red+Green+Blue) = 246+172+155=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AC9B is #095364. Grayscale: #C0C0C0. Windows color (decimal): -611173 or 10202358. OLE color: 10202358.

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

Color convert

RGB246172155-
CMYK00.300.370.04
HSL11.21º83.49%78.63%-
HSV(B)11.21º36.99%96.47%-
XYZ58.6751.4637.85-
YUV192.19107.02166.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=42.93%
G=30.02%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617215500.300.370.0411.2183.4978.63
HexF6AC9B01E254b534f
Octal36625423303645413123117
Binary111101101010110010011011011110100101100101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC9B; }

 p { color: rgb(246,172,155); }

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

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

 a { background-color: rgb(246,172,155); }

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

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

 span { border-color: rgb(246,172,155); }

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