#F5A79B

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

Shades of Rose Bud #F5A79B

Tints of Rose Bud #F5A79B

Color information

#F5A79B (or 0xF5A79B) is unknown color: approx Rose Bud. HEX triplet: F5, A7 and 9B. RGB value is (245,167,155). Sum of RGB (Red+Green+Blue) = 245+167+155=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A79B is #0A5864. Grayscale: #BDBDBD. Windows color (decimal): -677989 or 10201077. OLE color: 10201077.

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

Color convert

RGB245167155-
CMYK00.320.370.04
HSL81.82%78.43%-
HSV(B)36.73%96.08%-
XYZ57.3949.4237.52-
YUV188.95108.84167.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=43.21%
G=29.45%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516715500.320.370.04881.8278.43
HexF5A79B0202548524e
Octal36524723304045410122116
Binary1111010110100111100110110100000100101100100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A79B; }

 p { color: rgb(245,167,155); }

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

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

 a { background-color: rgb(245,167,155); }

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

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

 span { border-color: rgb(245,167,155); }

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