#F5A399

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

Shades of Rose Bud #F5A399

Tints of Rose Bud #F5A399

Color information

#F5A399 (or 0xF5A399) is unknown color: approx Rose Bud. HEX triplet: F5, A3 and 99. RGB value is (245,163,153). Sum of RGB (Red+Green+Blue) = 245+163+153=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A399 is #0A5C66. Grayscale: #BABABA. Windows color (decimal): -679015 or 10068981. OLE color: 10068981.

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

Color convert

RGB245163153-
CMYK00.330.380.04
HSL6.52º82.14%78.04%-
HSV(B)6.52º37.55%96.08%-
XYZ56.547.9136.41-
YUV186.38109.17169.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=43.67%
G=29.06%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516315300.330.380.046.5282.1478.04
HexF5A3990212647524e
Octal3652432310414647122116
Binary111101011010001110011001010000110011010011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A399; }

 p { color: rgb(245,163,153); }

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

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

 a { background-color: rgb(245,163,153); }

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

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

 span { border-color: rgb(245,163,153); }

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