#F6AD99

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

Shades of Rose Bud #F6AD99

Tints of Rose Bud #F6AD99

Color information

#F6AD99 (or 0xF6AD99) is unknown color: approx Rose Bud. HEX triplet: F6, AD and 99. RGB value is (246,173,153). Sum of RGB (Red+Green+Blue) = 246+173+153=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AD99 is #095266. Grayscale: #C0C0C0. Windows color (decimal): -610919 or 10071542. OLE color: 10071542.

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

Color convert

RGB246173153-
CMYK00.300.380.04
HSL12.9º83.78%78.24%-
HSV(B)12.9º37.8%96.47%-
XYZ58.751.7837.04-
YUV192.55105.68166.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=43.01%
G=30.24%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617315300.300.380.0412.983.7878.24
HexF6AD9901E264d544e
Octal36625523103646415124116
Binary111101101010110110011001011110100110100110110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD99; }

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

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

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

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

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

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

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

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