#F8A497

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

Shades of Rose Bud #F8A497

Tints of Rose Bud #F8A497

Color information

#F8A497 (or 0xF8A497) is unknown color: approx Rose Bud. HEX triplet: F8, A4 and 97. RGB value is (248,164,151). Sum of RGB (Red+Green+Blue) = 248+164+151=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A497 is #075B68. Grayscale: #BBBBBB. Windows color (decimal): -482153 or 9938168. OLE color: 9938168.

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

Color convert

RGB248164151-
CMYK00.340.390.03
HSL8.04º87.39%78.24%-
HSV(B)8.04º39.11%97.25%-
XYZ57.5748.7435.65-
YUV187.63107.33171.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=44.05%
G=29.13%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816415100.340.390.038.0487.3978.24
HexF8A4970222738574e
Octal37024422704247310127116
Binary111110001010010010010111010001010011111100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A497; }

 p { color: rgb(248,164,151); }

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

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

 a { background-color: rgb(248,164,151); }

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

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

 span { border-color: rgb(248,164,151); }

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