#F4BABB

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

Shades of Azalea #F4BABB

Tints of Azalea #F4BABB

Color information

#F4BABB (or 0xF4BABB) is unknown color: approx Azalea. HEX triplet: F4, BA and BB. RGB value is (244,186,187). Sum of RGB (Red+Green+Blue) = 244+186+187=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BABB is #0B4544. Grayscale: #CBCBCB. Windows color (decimal): -738629 or 12303092. OLE color: 12303092.

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

Color convert

RGB244186187-
CMYK00.240.230.04
HSL358.97º72.5%84.31%-
HSV(B)358.97º23.77%95.69%-
XYZ63.8457.9454.83-
YUV203.46118.72156.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.55%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=39.55%
G=30.15%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418618700.240.230.04358.9772.584.31
HexF4BABB0181741674854
Octal364272273030274547110124
Binary1111010010111010101110110110001011110010110011110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BABB; }

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

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

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

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

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

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

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

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