#F6AE9A

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

Shades of Rose Bud #F6AE9A

Tints of Rose Bud #F6AE9A

Color information

#F6AE9A (or 0xF6AE9A) is unknown color: approx Rose Bud. HEX triplet: F6, AE and 9A. RGB value is (246,174,154). Sum of RGB (Red+Green+Blue) = 246+174+154=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE9A is #095165. Grayscale: #C1C1C1. Windows color (decimal): -610662 or 10137334. OLE color: 10137334.

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

Color convert

RGB246174154-
CMYK00.290.370.04
HSL13.04º83.64%78.43%-
HSV(B)13.04º37.4%96.47%-
XYZ58.9752.237.54-
YUV193.25105.85165.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.86%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=42.86%
G=30.31%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617415400.290.370.0413.0483.6478.43
HexF6AE9A01D254d544e
Octal36625623203545415124116
Binary111101101010111010011010011101100101100110110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE9A; }

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

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

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

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

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

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

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

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