#F8A393

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

Shades of Rose Bud #F8A393

Tints of Rose Bud #F8A393

Color information

#F8A393 (or 0xF8A393) is unknown color: approx Rose Bud. HEX triplet: F8, A3 and 93. RGB value is (248,163,147). Sum of RGB (Red+Green+Blue) = 248+163+147=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A393 is #075C6C. Grayscale: #BABABA. Windows color (decimal): -482413 or 9675768. OLE color: 9675768.

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

Color convert

RGB248163147-
CMYK00.340.410.03
HSL9.5º87.83%77.45%-
HSV(B)9.5º40.73%97.25%-
XYZ57.0848.2633.91-
YUV186.59105.66171.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=44.44%
G=29.21%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816314700.340.410.039.587.8377.45
HexF8A393022293a584d
Octal37024322304251312130115
Binary111110001010001110010011010001010100111101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A393; }

 p { color: rgb(248,163,147); }

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

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

 a { background-color: rgb(248,163,147); }

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

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

 span { border-color: rgb(248,163,147); }

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