#F5A998

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

Shades of Rose Bud #F5A998

Tints of Rose Bud #F5A998

Color information

#F5A998 (or 0xF5A998) is unknown color: approx Rose Bud. HEX triplet: F5, A9 and 98. RGB value is (245,169,152). Sum of RGB (Red+Green+Blue) = 245+169+152=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A998 is #0A5667. Grayscale: #BDBDBD. Windows color (decimal): -677480 or 10004981. OLE color: 10004981.

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

Color convert

RGB245169152-
CMYK00.310.380.04
HSL10.97º82.3%77.84%-
HSV(B)10.97º37.96%96.08%-
XYZ57.5150.0636.34-
YUV189.79106.68167.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=43.29%
G=29.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516915200.310.380.0410.9782.377.84
HexF5A99801F264b524e
Octal36525123003746413122116
Binary111101011010100110011000011111100110100101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A998; }

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

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

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

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

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

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

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

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