#F4BDBA

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

Shades of Beauty Bush #F4BDBA

Tints of Beauty Bush #F4BDBA

Color information

#F4BDBA (or 0xF4BDBA) is unknown color: approx Beauty Bush. HEX triplet: F4, BD and BA. RGB value is (244,189,186). Sum of RGB (Red+Green+Blue) = 244+189+186=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDBA is #0B4245. Grayscale: #CDCDCD. Windows color (decimal): -737862 or 12238324. OLE color: 12238324.

HSL color Cylindrical-coordinate representation of color #F4BDBA: hue angle of 3.1º 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 #F4BDBA is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244189186-
CMYK00.230.240.04
HSL3.1º72.5%84.31%-
HSV(B)3.1º23.77%95.69%-
XYZ64.3759.1754.48-
YUV205.1117.22155.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.42%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=39.42%
G=30.53%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418918600.230.240.043.172.584.31
HexF4BDBA01718434854
Octal3642752720273043110124
Binary111101001011110110111010010111110001001110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDBA; }

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

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

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

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

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

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

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

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