#F7AA8B

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

Shades of Rose Bud #F7AA8B

Tints of Rose Bud #F7AA8B

Color information

#F7AA8B (or 0xF7AA8B) is unknown color: approx Rose Bud. HEX triplet: F7, AA and 8B. RGB value is (247,170,139). Sum of RGB (Red+Green+Blue) = 247+170+139=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA8B is #085574. Grayscale: #BDBDBD. Windows color (decimal): -546165 or 9153271. OLE color: 9153271.

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

Color convert

RGB247170139-
CMYK00.310.440.03
HSL17.22º87.1%75.69%-
HSV(B)17.22º43.72%96.86%-
XYZ57.3950.3931.13-
YUV189.4999.51169.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.42%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 139 (54.69% from 255) = 25%
R=44.42%
G=30.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717013900.310.440.0317.2287.175.69
HexF7AA8B01F2C311574c
Octal36725221303754321127114
Binary111101111010101010001011011111101100111000110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA8B; }

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

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

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

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

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

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

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

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