#F7AA8C

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

Shades of Rose Bud #F7AA8C

Tints of Rose Bud #F7AA8C

Color information

#F7AA8C (or 0xF7AA8C) is unknown color: approx Rose Bud. HEX triplet: F7, AA and 8C. RGB value is (247,170,140). Sum of RGB (Red+Green+Blue) = 247+170+140=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA8C is #085573. Grayscale: #BDBDBD. Windows color (decimal): -546164 or 9218807. OLE color: 9218807.

HSL color Cylindrical-coordinate representation of color #F7AA8C: hue angle of 16.82º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7AA8C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247170140-
CMYK00.310.430.03
HSL16.82º86.99%75.88%-
HSV(B)16.82º43.32%96.86%-
XYZ57.4750.4231.51-
YUV189.6100.01168.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 140 (55.08% from 255) = 25.13%
R=44.34%
G=30.52%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717014000.310.430.0316.8286.9975.88
HexF7AA8C01F2B311574c
Octal36725221403753321127114
Binary111101111010101010001100011111101011111000110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA8C; }

 p { color: rgb(247,170,140); }

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

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

 a { background-color: rgb(247,170,140); }

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

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

 span { border-color: rgb(247,170,140); }

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