#F5A69D

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

Shades of Rose Bud #F5A69D

Tints of Rose Bud #F5A69D

Color information

#F5A69D (or 0xF5A69D) is unknown color: approx Rose Bud. HEX triplet: F5, A6 and 9D. RGB value is (245,166,157). Sum of RGB (Red+Green+Blue) = 245+166+157=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A69D is #0A5962. Grayscale: #BCBCBC. Windows color (decimal): -678243 or 10331893. OLE color: 10331893.

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

Color convert

RGB245166157-
CMYK00.320.360.04
HSL6.14º81.48%78.82%-
HSV(B)6.14º35.92%96.08%-
XYZ57.3849.1238.36-
YUV188.6110.17168.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=43.13%
G=29.23%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516615700.320.360.046.1481.4878.82
HexF5A69D0202446514f
Octal3652462350404446121117
Binary111101011010011010011101010000010010010011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A69D; }

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

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

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

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

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

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

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

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