#F7A496

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

Shades of Rose Bud #F7A496

Tints of Rose Bud #F7A496

Color information

#F7A496 (or 0xF7A496) is unknown color: approx Rose Bud. HEX triplet: F7, A4 and 96. RGB value is (247,164,150). Sum of RGB (Red+Green+Blue) = 247+164+150=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A496 is #085B69. Grayscale: #BBBBBB. Windows color (decimal): -547690 or 9872631. OLE color: 9872631.

HSL color Cylindrical-coordinate representation of color #F7A496: hue angle of 8.66º 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 #F7A496 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247164150-
CMYK00.340.390.03
HSL8.66º85.84%77.84%-
HSV(B)8.66º39.27%96.86%-
XYZ57.1448.5335.21-
YUV187.22107170.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.03%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=44.03%
G=29.23%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716415000.340.390.038.6685.8477.84
HexF7A4960222739564e
Octal36724422604247311126116
Binary111101111010010010010110010001010011111100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A496; }

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

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

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

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

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

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

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

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