#F8AB93

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

Shades of Rose Bud #F8AB93

Tints of Rose Bud #F8AB93

Color information

#F8AB93 (or 0xF8AB93) is unknown color: approx Rose Bud. HEX triplet: F8, AB and 93. RGB value is (248,171,147). Sum of RGB (Red+Green+Blue) = 248+171+147=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB93 is #07546C. Grayscale: #BFBFBF. Windows color (decimal): -480365 or 9677816. OLE color: 9677816.

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

Color convert

RGB248171147-
CMYK00.310.410.03
HSL14.26º87.83%77.45%-
HSV(B)14.26º40.73%97.25%-
XYZ58.5451.1934.4-
YUV191.29103.01168.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=43.82%
G=30.21%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817114700.310.410.0314.2687.8377.45
HexF8AB9301F293e584d
Octal37025322303751316130115
Binary11111000101010111001001101111110100111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB93; }

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

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

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

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

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

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

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

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