#F8AB92

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

Shades of Rose Bud #F8AB92

Tints of Rose Bud #F8AB92

Color information

#F8AB92 (or 0xF8AB92) is unknown color: approx Rose Bud. HEX triplet: F8, AB and 92. RGB value is (248,171,146). Sum of RGB (Red+Green+Blue) = 248+171+146=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB92 is #07546D. Grayscale: #BFBFBF. Windows color (decimal): -480366 or 9612280. OLE color: 9612280.

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

Color convert

RGB248171146-
CMYK00.310.410.03
HSL14.71º87.93%77.25%-
HSV(B)14.71º41.13%97.25%-
XYZ58.4651.1633.99-
YUV191.17102.51168.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 146 (57.42% from 255) = 25.84%
R=43.89%
G=30.27%
B=25.84%

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
Decimal24817114600.310.410.0314.7187.9377.25
HexF8AB9201F293f584d
Octal37025322203751317130115
Binary11111000101010111001001001111110100111111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB92; }

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

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

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

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

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

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

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

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