#f7ab96

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

Shades of Rose Bud #F7AB96

Tints of Rose Bud #F7AB96

Color information

#F7AB96 (or 0xF7AB96) is unknown color: approx Rose Bud. HEX triplet: F7, AB and 96. RGB value is (247,171,150). Sum of RGB (Red+Green+Blue) = 247+171+150=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AB96 is #085469. Grayscale: #BFBFBF. Windows color (decimal): -545898 or 9874423. OLE color: 9874423.

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

Color convert

RGB247171150-
CMYK00.310.390.03
HSL12.99º85.84%77.84%-
HSV(B)12.99º39.27%96.86%-
XYZ58.4351.135.64-
YUV191.33104.68167.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=43.49%
G=30.11%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717115000.310.390.0312.9985.8477.84
HexF7AB9601F273d564e
Octal36725322603747315126116
Binary11110111101010111001011001111110011111110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7ab96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7ab96; }

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

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

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

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

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

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

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

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