#F8A58E

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

Shades of Rose Bud #F8A58E

Tints of Rose Bud #F8A58E

Color information

#F8A58E (or 0xF8A58E) is unknown color: approx Rose Bud. HEX triplet: F8, A5 and 8E. RGB value is (248,165,142). Sum of RGB (Red+Green+Blue) = 248+165+142=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A58E is #075A71. Grayscale: #BBBBBB. Windows color (decimal): -481906 or 9348600. OLE color: 9348600.

HSL color Cylindrical-coordinate representation of color #F8A58E: hue angle of 13.02º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A58E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248165142-
CMYK00.330.430.03
HSL13.02º88.33%76.47%-
HSV(B)13.02º42.74%97.25%-
XYZ57.0548.8232.01-
YUV187.2102.5171.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.68%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=44.68%
G=29.73%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816514200.330.430.0313.0288.3376.47
HexF8A58E0212B3d584c
Octal37024521604153315130114
Binary111110001010010110001110010000110101111110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A58E; }

 p { color: rgb(248,165,142); }

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

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

 a { background-color: rgb(248,165,142); }

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

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

 span { border-color: rgb(248,165,142); }

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