#F7AB9E

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

Shades of Rose Bud #F7AB9E

Tints of Rose Bud #F7AB9E

Color information

#F7AB9E (or 0xF7AB9E) is unknown color: approx Rose Bud. HEX triplet: F7, AB and 9E. RGB value is (247,171,158). Sum of RGB (Red+Green+Blue) = 247+171+158=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AB9E is #085461. Grayscale: #C0C0C0. Windows color (decimal): -545890 or 10398711. OLE color: 10398711.

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

Color convert

RGB247171158-
CMYK00.310.360.03
HSL8.76º84.76%79.41%-
HSV(B)8.76º36.03%96.86%-
XYZ59.0951.3739.15-
YUV192.24108.68167.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 158 (62.11% from 255) = 27.43%
R=42.88%
G=29.69%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717115800.310.360.038.7684.7679.41
HexF7AB9E01F2439554f
Octal36725323603744311125117
Binary11110111101010111001111001111110010011100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB9E; }

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

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

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

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

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

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

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

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