#f8a498

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

Shades of Rose Bud #F8A498

Tints of Rose Bud #F8A498

Color information

#F8A498 (or 0xF8A498) is unknown color: approx Rose Bud. HEX triplet: F8, A4 and 98. RGB value is (248,164,152). Sum of RGB (Red+Green+Blue) = 248+164+152=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A498 is #075B67. Grayscale: #BBBBBB. Windows color (decimal): -482152 or 10003704. OLE color: 10003704.

HSL color Cylindrical-coordinate representation of color #F8A498: hue angle of 7.5º 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 #F8A498 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248164152-
CMYK00.340.390.03
HSL7.5º87.27%78.43%-
HSV(B)7.5º38.71%97.25%-
XYZ57.6548.7736.08-
YUV187.75107.83170.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.97%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 152 (59.77% from 255) = 26.95%
R=43.97%
G=29.08%
B=26.95%

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
Decimal24816415200.340.390.037.587.2778.43
HexF8A4980222738574e
Octal37024423004247310127116
Binary111110001010010010011000010001010011111100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a498; }

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

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

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

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

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

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

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

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