#F6AE99

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

Shades of Rose Bud #F6AE99

Tints of Rose Bud #F6AE99

Color information

#F6AE99 (or 0xF6AE99) is unknown color: approx Rose Bud. HEX triplet: F6, AE and 99. RGB value is (246,174,153). Sum of RGB (Red+Green+Blue) = 246+174+153=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE99 is #095166. Grayscale: #C1C1C1. Windows color (decimal): -610663 or 10071798. OLE color: 10071798.

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

Color convert

RGB246174153-
CMYK00.290.380.04
HSL13.55º83.78%78.24%-
HSV(B)13.55º37.8%96.47%-
XYZ58.8952.1637.1-
YUV193.13105.35165.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=42.93%
G=30.37%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617415300.290.380.0413.5583.7878.24
HexF6AE9901D264e544e
Octal36625623103546416124116
Binary111101101010111010011001011101100110100111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE99; }

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

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

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

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

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

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

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

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