#F0BABB

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

Shades of Azalea #F0BABB

Tints of Azalea #F0BABB

Color information

#F0BABB (or 0xF0BABB) is unknown color: approx Azalea. HEX triplet: F0, BA and BB. RGB value is (240,186,187). Sum of RGB (Red+Green+Blue) = 240+186+187=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABB is #0F4544. Grayscale: #CACACA. Windows color (decimal): -1000773 or 12303088. OLE color: 12303088.

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

Color convert

RGB240186187-
CMYK00.220.220.06
HSL358.89º64.29%83.53%-
HSV(B)358.89º22.5%94.12%-
XYZ62.4657.2354.77-
YUV202.26119.39154.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=39.15%
G=30.34%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018618700.220.220.06358.8964.2983.53
HexF0BABB0161661674054
Octal360272273026266547100124
Binary1111000010111010101110110101101011011010110011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BABB; }

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

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

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

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

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

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

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

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