#F4BFBA

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

Shades of Beauty Bush #F4BFBA

Tints of Beauty Bush #F4BFBA

Color information

#F4BFBA (or 0xF4BFBA) is unknown color: approx Beauty Bush. HEX triplet: F4, BF and BA. RGB value is (244,191,186). Sum of RGB (Red+Green+Blue) = 244+191+186=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFBA is #0B4045. Grayscale: #CECECE. Windows color (decimal): -737350 or 12238836. OLE color: 12238836.

HSL color Cylindrical-coordinate representation of color #F4BFBA: hue angle of 5.17º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BFBA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244191186-
CMYK00.220.240.04
HSL5.17º72.5%84.31%-
HSV(B)5.17º23.77%95.69%-
XYZ64.860.0454.63-
YUV206.28116.56154.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=39.29%
G=30.76%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419118600.220.240.045.1772.584.31
HexF4BFBA01618454854
Octal3642772720263045110124
Binary1111010010111111101110100101101100010010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFBA; }

 p { color: rgb(244,191,186); }

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

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

 a { background-color: rgb(244,191,186); }

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

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

 span { border-color: rgb(244,191,186); }

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