#F6AC95

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

Shades of Rose Bud #F6AC95

Tints of Rose Bud #F6AC95

Color information

#F6AC95 (or 0xF6AC95) is unknown color: approx Rose Bud. HEX triplet: F6, AC and 95. RGB value is (246,172,149). Sum of RGB (Red+Green+Blue) = 246+172+149=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AC95 is #09536A. Grayscale: #BFBFBF. Windows color (decimal): -611179 or 9809142. OLE color: 9809142.

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

Color convert

RGB246172149-
CMYK00.300.390.04
HSL14.23º84.35%77.45%-
HSV(B)14.23º39.43%96.47%-
XYZ58.1851.2735.26-
YUV191.5104.02166.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=43.39%
G=30.34%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617214900.300.390.0414.2384.3577.45
HexF6AC9501E274e544d
Octal36625422503647416124115
Binary111101101010110010010101011110100111100111010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC95; }

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

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

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

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

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

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

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

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