#F6A69D

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

Shades of Rose Bud #F6A69D

Tints of Rose Bud #F6A69D

Color information

#F6A69D (or 0xF6A69D) is unknown color: approx Rose Bud. HEX triplet: F6, A6 and 9D. RGB value is (246,166,157). Sum of RGB (Red+Green+Blue) = 246+166+157=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A69D is #095962. Grayscale: #BDBDBD. Windows color (decimal): -612707 or 10331894. OLE color: 10331894.

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

Color convert

RGB246166157-
CMYK00.330.360.04
HSL6.07º83.18%79.02%-
HSV(B)6.07º36.18%96.47%-
XYZ57.7349.338.37-
YUV188.89110168.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=43.23%
G=29.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616615700.330.360.046.0783.1879.02
HexF6A69D0212446534f
Octal3662462350414446123117
Binary111101101010011010011101010000110010010011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A69D; }

 p { color: rgb(246,166,157); }

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

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

 a { background-color: rgb(246,166,157); }

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

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

 span { border-color: rgb(246,166,157); }

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