#F6AD95

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

Shades of Rose Bud #F6AD95

Tints of Rose Bud #F6AD95

Color information

#F6AD95 (or 0xF6AD95) is unknown color: approx Rose Bud. HEX triplet: F6, AD and 95. RGB value is (246,173,149). Sum of RGB (Red+Green+Blue) = 246+173+149=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AD95 is #09526A. Grayscale: #C0C0C0. Windows color (decimal): -610923 or 9809398. OLE color: 9809398.

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

Color convert

RGB246173149-
CMYK00.300.390.04
HSL14.85º84.35%77.45%-
HSV(B)14.85º39.43%96.47%-
XYZ58.3751.6535.33-
YUV192.09103.68166.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.31%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=43.31%
G=30.46%
B=26.23%

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
Decimal24617314900.300.390.0414.8584.3577.45
HexF6AD9501E274f544d
Octal36625522503647417124115
Binary111101101010110110010101011110100111100111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD95; }

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

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

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

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

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

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

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

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