#F0BABF

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

Shades of Azalea #F0BABF

Tints of Azalea #F0BABF

Color information

#F0BABF (or 0xF0BABF) is unknown color: approx Azalea. HEX triplet: F0, BA and BF. RGB value is (240,186,191). Sum of RGB (Red+Green+Blue) = 240+186+191=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABF is #0F4540. Grayscale: #CACACA. Windows color (decimal): -1000769 or 12565232. OLE color: 12565232.

HSL color Cylindrical-coordinate representation of color #F0BABF: hue angle of 354.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BABF is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240186191-
CMYK00.220.200.06
HSL354.44º64.29%83.53%-
HSV(B)354.44º22.5%94.12%-
XYZ62.957.457.06-
YUV202.72121.39154.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 191 (75% from 255) = 30.96%
R=38.90%
G=30.15%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018619100.220.200.06354.4464.2983.53
HexF0BABF0161461624054
Octal360272277026246542100124
Binary1111000010111010101111110101101010011010110001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BABF; }

 p { color: rgb(240,186,191); }

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

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

 a { background-color: rgb(240,186,191); }

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

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

 span { border-color: rgb(240,186,191); }

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