#F5AE9C

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

Shades of Rose Bud #F5AE9C

Tints of Rose Bud #F5AE9C

Color information

#F5AE9C (or 0xF5AE9C) is unknown color: approx Rose Bud. HEX triplet: F5, AE and 9C. RGB value is (245,174,156). Sum of RGB (Red+Green+Blue) = 245+174+156=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE9C is #0A5163. Grayscale: #C1C1C1. Windows color (decimal): -676196 or 10268405. OLE color: 10268405.

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

Color convert

RGB245174156-
CMYK00.290.360.04
HSL12.13º81.65%78.63%-
HSV(B)12.13º36.33%96.08%-
XYZ58.7952.0838.41-
YUV193.18107.02164.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=42.61%
G=30.26%
B=27.13%

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
Decimal24517415600.290.360.0412.1381.6578.63
HexF5AE9C01D244c524f
Octal36525623403544414122117
Binary111101011010111010011100011101100100100110010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE9C; }

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

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

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

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

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

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

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

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