#F0A19C

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

Shades of Rose Bud #F0A19C

Tints of Rose Bud #F0A19C

Color information

#F0A19C (or 0xF0A19C) is unknown color: approx Rose Bud. HEX triplet: F0, A1 and 9C. RGB value is (240,161,156). Sum of RGB (Red+Green+Blue) = 240+161+156=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A19C is #0F5E63. Grayscale: #B8B8B8. Windows color (decimal): -1007204 or 10265072. OLE color: 10265072.

HSL color Cylindrical-coordinate representation of color #F0A19C: hue angle of 3.57º 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 #F0A19C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240161156-
CMYK00.330.350.06
HSL3.57º73.68%77.65%-
HSV(B)3.57º35%94.12%-
XYZ54.6846.4237.53-
YUV184.05112.17167.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=43.09%
G=28.90%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016115600.330.350.063.5773.6877.65
HexF0A19C02123644a4e
Octal3602412340414364112116
Binary111100001010000110011100010000110001111010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A19C; }

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

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

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

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

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

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

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

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