#F4BAB4

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

Shades of Beauty Bush #F4BAB4

Tints of Beauty Bush #F4BAB4

Color information

#F4BAB4 (or 0xF4BAB4) is unknown color: approx Beauty Bush. HEX triplet: F4, BA and B4. RGB value is (244,186,180). Sum of RGB (Red+Green+Blue) = 244+186+180=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAB4 is #0B454B. Grayscale: #CACACA. Windows color (decimal): -738636 or 11844340. OLE color: 11844340.

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

Color convert

RGB244186180-
CMYK00.240.260.04
HSL5.63º74.42%83.14%-
HSV(B)5.63º26.23%95.69%-
XYZ63.1157.6550.98-
YUV202.66115.22157.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=40%
G=30.49%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418618000.240.260.045.6374.4283.14
HexF4BAB40181A464a53
Octal3642722640303246112123
Binary1111010010111010101101000110001101010011010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAB4; }

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

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

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

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

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

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

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

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