#F7AC96

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

Shades of Rose Bud #F7AC96

Tints of Rose Bud #F7AC96

Color information

#F7AC96 (or 0xF7AC96) is unknown color: approx Rose Bud. HEX triplet: F7, AC and 96. RGB value is (247,172,150). Sum of RGB (Red+Green+Blue) = 247+172+150=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AC96 is #085369. Grayscale: #C0C0C0. Windows color (decimal): -545642 or 9874679. OLE color: 9874679.

HSL color Cylindrical-coordinate representation of color #F7AC96: hue angle of 13.61º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7AC96 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247172150-
CMYK00.300.390.03
HSL13.61º85.84%77.84%-
HSV(B)13.61º39.27%96.86%-
XYZ58.6251.4835.7-
YUV191.92104.35167.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=43.41%
G=30.23%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717215000.300.390.0313.6185.8477.84
HexF7AC9601E273e564e
Octal36725422603647316126116
Binary11110111101011001001011001111010011111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AC96; }

 p { color: rgb(247,172,150); }

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

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

 a { background-color: rgb(247,172,150); }

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

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

 span { border-color: rgb(247,172,150); }

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