#F0A79C

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

Shades of Rose Bud #F0A79C

Tints of Rose Bud #F0A79C

Color information

#F0A79C (or 0xF0A79C) is unknown color: approx Rose Bud. HEX triplet: F0, A7 and 9C. RGB value is (240,167,156). Sum of RGB (Red+Green+Blue) = 240+167+156=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A79C is #0F5863. Grayscale: #BBBBBB. Windows color (decimal): -1005668 or 10266608. OLE color: 10266608.

HSL color Cylindrical-coordinate representation of color #F0A79C: hue angle of 7.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A79C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240167156-
CMYK00.300.350.06
HSL7.86º73.68%77.65%-
HSV(B)7.86º35%94.12%-
XYZ55.7548.5637.89-
YUV187.57110.18165.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=42.63%
G=29.66%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016715600.300.350.067.8673.6877.65
HexF0A79C01E23684a4e
Octal36024723403643610112116
Binary111100001010011110011100011110100011110100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A79C; }

 p { color: rgb(240,167,156); }

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

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

 a { background-color: rgb(240,167,156); }

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

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

 span { border-color: rgb(240,167,156); }

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