#F5A99D

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

Shades of Rose Bud #F5A99D

Tints of Rose Bud #F5A99D

Color information

#F5A99D (or 0xF5A99D) is unknown color: approx Rose Bud. HEX triplet: F5, A9 and 9D. RGB value is (245,169,157). Sum of RGB (Red+Green+Blue) = 245+169+157=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A99D is #0A5662. Grayscale: #BEBEBE. Windows color (decimal): -677475 or 10332661. OLE color: 10332661.

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

Color convert

RGB245169157-
CMYK00.310.360.04
HSL8.18º81.48%78.82%-
HSV(B)8.18º35.92%96.08%-
XYZ57.9350.2238.54-
YUV190.36109.18166.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=42.91%
G=29.60%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516915700.310.360.048.1881.4878.82
HexF5A99D01F2448514f
Octal36525123503744410121117
Binary111101011010100110011101011111100100100100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A99D; }

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

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

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

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

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

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

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

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