#FFA79F

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

Shades of Rose Bud #FFA79F

Tints of Rose Bud #FFA79F

Color information

#FFA79F (or 0xFFA79F) is unknown color: approx Rose Bud. HEX triplet: FF, A7 and 9F. RGB value is (255,167,159). Sum of RGB (Red+Green+Blue) = 255+167+159=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA79F is #005860. Grayscale: #C0C0C0. Windows color (decimal): -22625 or 10463231. OLE color: 10463231.

HSL color Cylindrical-coordinate representation of color #FFA79F: hue angle of 5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA79F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255167159-
CMYK00.350.380
HSL100%81.18%-
HSV(B)37.65%100%-
XYZ61.3251.439.49-
YUV192.4109.15172.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 167 (65.62% from 255) = 28.74%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=43.89%
G=28.74%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516715900.350.380510081.18
HexFFA79F02326056451
Octal3772472370434605144121
Binary1111111110100111100111110100011100110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA79F; }

 p { color: rgb(255,167,159); }

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

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

 a { background-color: rgb(255,167,159); }

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

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

 span { border-color: rgb(255,167,159); }

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