#F0BABE

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

Shades of Azalea #F0BABE

Tints of Azalea #F0BABE

Color information

#F0BABE (or 0xF0BABE) is unknown color: approx Azalea. HEX triplet: F0, BA and BE. RGB value is (240,186,190). Sum of RGB (Red+Green+Blue) = 240+186+190=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABE is #0F4541. Grayscale: #CACACA. Windows color (decimal): -1000770 or 12499696. OLE color: 12499696.

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

Color convert

RGB240186190-
CMYK00.220.210.06
HSL355.56º64.29%83.53%-
HSV(B)355.56º22.5%94.12%-
XYZ62.7957.3656.48-
YUV202.6120.89154.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=38.96%
G=30.19%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018619000.220.210.06355.5664.2983.53
HexF0BABE0161561644054
Octal360272276026256544100124
Binary1111000010111010101111100101101010111010110010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BABE; }

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

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

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

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

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

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

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

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