#F5AD9E

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

Shades of Rose Bud #F5AD9E

Tints of Rose Bud #F5AD9E

Color information

#F5AD9E (or 0xF5AD9E) is unknown color: approx Rose Bud. HEX triplet: F5, AD and 9E. RGB value is (245,173,158). Sum of RGB (Red+Green+Blue) = 245+173+158=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD9E is #0A5261. Grayscale: #C0C0C0. Windows color (decimal): -676450 or 10399221. OLE color: 10399221.

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

Color convert

RGB245173158-
CMYK00.290.360.04
HSL10.34º81.31%79.02%-
HSV(B)10.34º35.51%96.08%-
XYZ58.7751.7739.24-
YUV192.82108.35165.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 158 (62.11% from 255) = 27.43%
R=42.53%
G=30.03%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517315800.290.360.0410.3481.3179.02
HexF5AD9E01D244a514f
Octal36525523603544412121117
Binary111101011010110110011110011101100100100101010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD9E; }

 p { color: rgb(245,173,158); }

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

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

 a { background-color: rgb(245,173,158); }

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

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

 span { border-color: rgb(245,173,158); }

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