#F7AE9D

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

Shades of Rose Bud #F7AE9D

Tints of Rose Bud #F7AE9D

Color information

#F7AE9D (or 0xF7AE9D) is unknown color: approx Rose Bud. HEX triplet: F7, AE and 9D. RGB value is (247,174,157). Sum of RGB (Red+Green+Blue) = 247+174+157=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE9D is #085162. Grayscale: #C2C2C2. Windows color (decimal): -545123 or 10333943. OLE color: 10333943.

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

Color convert

RGB247174157-
CMYK00.300.360.03
HSL11.33º84.91%79.22%-
HSV(B)11.33º36.44%96.86%-
XYZ59.5852.4838.89-
YUV193.89107.18165.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=42.73%
G=30.10%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717415700.300.360.0311.3384.9179.22
HexF7AE9D01E243b554f
Octal36725623503644313125117
Binary11110111101011101001110101111010010011101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE9D; }

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

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

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

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

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

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

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

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