#F8A79E

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

Shades of Rose Bud #F8A79E

Tints of Rose Bud #F8A79E

Color information

#F8A79E (or 0xF8A79E) is unknown color: approx Rose Bud. HEX triplet: F8, A7 and 9E. RGB value is (248,167,158). Sum of RGB (Red+Green+Blue) = 248+167+158=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A79E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A79E is #075861. Grayscale: #BEBEBE. Windows color (decimal): -481378 or 10397688. OLE color: 10397688.

HSL color Cylindrical-coordinate representation of color #F8A79E: hue angle of 6º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8A79E is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248167158-
CMYK00.330.360.03
HSL86.54%79.61%-
HSV(B)36.29%97.25%-
XYZ58.750.0638.92-
YUV190.19109.84169.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=43.28%
G=29.14%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816715800.330.360.03686.5479.61
HexF8A79E02124365750
Octal3702472360414436127120
Binary11111000101001111001111001000011001001111010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A79E; }

 p { color: rgb(248,167,158); }

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

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

 a { background-color: rgb(248,167,158); }

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

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

 span { border-color: rgb(248,167,158); }

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