#F5AD9D

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

Shades of Rose Bud #F5AD9D

Tints of Rose Bud #F5AD9D

Color information

#F5AD9D (or 0xF5AD9D) is unknown color: approx Rose Bud. HEX triplet: F5, AD and 9D. RGB value is (245,173,157). Sum of RGB (Red+Green+Blue) = 245+173+157=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD9D is #0A5262. Grayscale: #C0C0C0. Windows color (decimal): -676451 or 10333685. OLE color: 10333685.

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

Color convert

RGB245173157-
CMYK00.290.360.04
HSL10.91º81.48%78.82%-
HSV(B)10.91º35.92%96.08%-
XYZ58.6951.7338.79-
YUV192.7107.85165.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=42.61%
G=30.09%
B=27.30%

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
Decimal24517315700.290.360.0410.9181.4878.82
HexF5AD9D01D244b514f
Octal36525523503544413121117
Binary111101011010110110011101011101100100100101110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD9D; }

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

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

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

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

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

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

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

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