#F8B9B9

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

Shades of Beauty Bush #F8B9B9

Tints of Beauty Bush #F8B9B9

Color information

#F8B9B9 (or 0xF8B9B9) is unknown color: approx Beauty Bush. HEX triplet: F8, B9 and B9. RGB value is (248,185,185). Sum of RGB (Red+Green+Blue) = 248+185+185=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9B9 is #074646. Grayscale: #CBCBCB. Windows color (decimal): -476743 or 12171768. OLE color: 12171768.

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

Color convert

RGB248185185-
CMYK00.250.250.03
HSL81.82%84.9%-
HSV(B)25.4%97.25%-
XYZ64.8258.1653.71-
YUV203.84117.37159.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=40.13%
G=29.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818518500.250.250.03081.8284.9
HexF8B9B901919305255
Octal3702712710313130122125
Binary1111100010111001101110010110011100111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9B9; }

 p { color: rgb(248,185,185); }

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

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

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

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

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

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

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