#F4BDBB

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

Shades of Beauty Bush #F4BDBB

Tints of Beauty Bush #F4BDBB

Color information

#F4BDBB (or 0xF4BDBB) is unknown color: approx Beauty Bush. HEX triplet: F4, BD and BB. RGB value is (244,189,187). Sum of RGB (Red+Green+Blue) = 244+189+187=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDBB is #0B4244. Grayscale: #CDCDCD. Windows color (decimal): -737861 or 12303860. OLE color: 12303860.

HSL color Cylindrical-coordinate representation of color #F4BDBB: hue angle of 2.11º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDBB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244189187-
CMYK00.230.230.04
HSL2.11º72.15%84.51%-
HSV(B)2.11º23.36%95.69%-
XYZ64.4859.2255.05-
YUV205.22117.72155.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=39.35%
G=30.48%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418918700.230.230.042.1172.1584.51
HexF4BDBB01717424855
Octal3642752730272742110125
Binary111101001011110110111011010111101111001010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDBB; }

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

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

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

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

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

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

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

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