#F8AB90

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

Shades of Rose Bud #F8AB90

Tints of Rose Bud #F8AB90

Color information

#F8AB90 (or 0xF8AB90) is unknown color: approx Rose Bud. HEX triplet: F8, AB and 90. RGB value is (248,171,144). Sum of RGB (Red+Green+Blue) = 248+171+144=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB90 is #07546F. Grayscale: #BFBFBF. Windows color (decimal): -480368 or 9481208. OLE color: 9481208.

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

Color convert

RGB248171144-
CMYK00.310.420.03
HSL15.58º88.14%76.86%-
HSV(B)15.58º41.94%97.25%-
XYZ58.3151.133.17-
YUV190.94101.51168.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=44.05%
G=30.37%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817114400.310.420.0315.5888.1476.86
HexF8AB9001F2A310584d
Octal37025322003752320130115
Binary111110001010101110010000011111101010111000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB90; }

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

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

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

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

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

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

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

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