#F4BABE

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

Shades of Azalea #F4BABE

Tints of Azalea #F4BABE

Color information

#F4BABE (or 0xF4BABE) is unknown color: approx Azalea. HEX triplet: F4, BA and BE. RGB value is (244,186,190). Sum of RGB (Red+Green+Blue) = 244+186+190=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BABE is #0B4541. Grayscale: #CBCBCB. Windows color (decimal): -738626 or 12499700. OLE color: 12499700.

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

Color convert

RGB244186190-
CMYK00.240.220.04
HSL355.86º72.5%84.31%-
HSV(B)355.86º23.77%95.69%-
XYZ64.1658.0756.54-
YUV203.8120.22156.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=39.35%
G=30%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418619000.240.220.04355.8672.584.31
HexF4BABE0181641644854
Octal364272276030264544110124
Binary1111010010111010101111100110001011010010110010010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BABE; }

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

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

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

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

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

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

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

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