#F8A09B

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

Shades of Rose Bud #F8A09B

Tints of Rose Bud #F8A09B

Color information

#F8A09B (or 0xF8A09B) is unknown color: approx Rose Bud. HEX triplet: F8, A0 and 9B. RGB value is (248,160,155). Sum of RGB (Red+Green+Blue) = 248+160+155=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A09B is #075F64. Grayscale: #B9B9B9. Windows color (decimal): -483173 or 10199288. OLE color: 10199288.

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

Color convert

RGB248160155-
CMYK00.350.380.03
HSL3.23º86.92%79.02%-
HSV(B)3.23º37.5%97.25%-
XYZ57.247.4637.16-
YUV185.74110.65172.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=44.05%
G=28.42%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816015500.350.380.033.2386.9279.02
HexF8A09B0232633574f
Octal3702402330434633127117
Binary1111100010100000100110110100011100110111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A09B; }

 p { color: rgb(248,160,155); }

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

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

 a { background-color: rgb(248,160,155); }

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

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

 span { border-color: rgb(248,160,155); }

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