#F5AD9C

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

Shades of Rose Bud #F5AD9C

Tints of Rose Bud #F5AD9C

Color information

#F5AD9C (or 0xF5AD9C) is unknown color: approx Rose Bud. HEX triplet: F5, AD and 9C. RGB value is (245,173,156). Sum of RGB (Red+Green+Blue) = 245+173+156=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD9C is #0A5263. Grayscale: #C0C0C0. Windows color (decimal): -676452 or 10268149. OLE color: 10268149.

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

Color convert

RGB245173156-
CMYK00.290.360.04
HSL11.46º81.65%78.63%-
HSV(B)11.46º36.33%96.08%-
XYZ58.651.738.34-
YUV192.59107.35165.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=42.68%
G=30.14%
B=27.18%

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
Decimal24517315600.290.360.0411.4681.6578.63
HexF5AD9C01D244b524f
Octal36525523403544413122117
Binary111101011010110110011100011101100100100101110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD9C; }

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

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

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

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

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

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

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

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