#F7AB94

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

Shades of Rose Bud #F7AB94

Tints of Rose Bud #F7AB94

Color information

#F7AB94 (or 0xF7AB94) is unknown color: approx Rose Bud. HEX triplet: F7, AB and 94. RGB value is (247,171,148). Sum of RGB (Red+Green+Blue) = 247+171+148=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AB94 is #08546B. Grayscale: #BFBFBF. Windows color (decimal): -545900 or 9743351. OLE color: 9743351.

HSL color Cylindrical-coordinate representation of color #F7AB94: hue angle of 13.94º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7AB94 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247171148-
CMYK00.310.400.03
HSL13.94º86.09%77.45%-
HSV(B)13.94º40.08%96.86%-
XYZ58.2751.0434.8-
YUV191.1103.68167.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.64%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=43.64%
G=30.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717114800.310.400.0313.9486.0977.45
HexF7AB9401F283e564d
Octal36725322403750316126115
Binary11110111101010111001010001111110100011111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB94; }

 p { color: rgb(247,171,148); }

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

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

 a { background-color: rgb(247,171,148); }

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

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

 span { border-color: rgb(247,171,148); }

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