#F8BAB7

Color #F8BAB7 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #F8BAB7

Tints of Beauty Bush #F8BAB7

Color information

#F8BAB7 (or 0xF8BAB7) is unknown color: approx Beauty Bush. HEX triplet: F8, BA and B7. RGB value is (248,186,183). Sum of RGB (Red+Green+Blue) = 248+186+183=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAB7 is #074548. Grayscale: #CCCCCC. Windows color (decimal): -476489 or 12040952. OLE color: 12040952.

HSL color Cylindrical-coordinate representation of color #F8BAB7: hue angle of 2.77º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8BAB7 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248186183-
CMYK00.250.260.03
HSL2.77º82.28%84.51%-
HSV(B)2.77º26.21%97.25%-
XYZ64.8258.4952.67-
YUV204.2116.04159.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=40.19%
G=30.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818618300.250.260.032.7782.2884.51
HexF8BAB70191A335255
Octal3702722670313233122125
Binary11111000101110101011011101100111010111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAB7; }

 p { color: rgb(248,186,183); }

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

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

 a { background-color: rgb(248,186,183); }

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

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

 span { border-color: rgb(248,186,183); }

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