#F7AE9B

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

Shades of Rose Bud #F7AE9B

Tints of Rose Bud #F7AE9B

Color information

#F7AE9B (or 0xF7AE9B) is unknown color: approx Rose Bud. HEX triplet: F7, AE and 9B. RGB value is (247,174,155). Sum of RGB (Red+Green+Blue) = 247+174+155=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE9B is #085164. Grayscale: #C1C1C1. Windows color (decimal): -545125 or 10202871. OLE color: 10202871.

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

Color convert

RGB247174155-
CMYK00.300.370.03
HSL12.39º85.19%78.82%-
HSV(B)12.39º37.25%96.86%-
XYZ59.4152.4138-
YUV193.66106.18166.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=42.88%
G=30.21%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717415500.300.370.0312.3985.1978.82
HexF7AE9B01E253c554f
Octal36725623303645314125117
Binary11110111101011101001101101111010010111110010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE9B; }

 p { color: rgb(247,174,155); }

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

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

 a { background-color: rgb(247,174,155); }

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

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

 span { border-color: rgb(247,174,155); }

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