#F6AE9E

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

Shades of Rose Bud #F6AE9E

Tints of Rose Bud #F6AE9E

Color information

#F6AE9E (or 0xF6AE9E) is unknown color: approx Rose Bud. HEX triplet: F6, AE and 9E. RGB value is (246,174,158). Sum of RGB (Red+Green+Blue) = 246+174+158=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE9E is #095161. Grayscale: #C1C1C1. Windows color (decimal): -610658 or 10399478. OLE color: 10399478.

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

Color convert

RGB246174158-
CMYK00.290.360.04
HSL10.91º83.02%79.22%-
HSV(B)10.91º35.77%96.47%-
XYZ59.3152.3339.32-
YUV193.7107.85165.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=42.56%
G=30.10%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617415800.290.360.0410.9183.0279.22
HexF6AE9E01D244b534f
Octal36625623603544413123117
Binary111101101010111010011110011101100100100101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE9E; }

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

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

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

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

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

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

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

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