#F8A690

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

Shades of Rose Bud #F8A690

Tints of Rose Bud #F8A690

Color information

#F8A690 (or 0xF8A690) is unknown color: approx Rose Bud. HEX triplet: F8, A6 and 90. RGB value is (248,166,144). Sum of RGB (Red+Green+Blue) = 248+166+144=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A690 is #07596F. Grayscale: #BCBCBC. Windows color (decimal): -481648 or 9479928. OLE color: 9479928.

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

Color convert

RGB248166144-
CMYK00.330.420.03
HSL12.69º88.14%76.86%-
HSV(B)12.69º41.94%97.25%-
XYZ57.3849.2432.87-
YUV188.01103.17170.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=44.44%
G=29.75%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816614400.330.420.0312.6988.1476.86
HexF8A6900212A3d584d
Octal37024622004152315130115
Binary111110001010011010010000010000110101011110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A690; }

 p { color: rgb(248,166,144); }

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

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

 a { background-color: rgb(248,166,144); }

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

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

 span { border-color: rgb(248,166,144); }

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