#F0BAC0

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

Shades of Azalea #F0BAC0

Tints of Azalea #F0BAC0

Color information

#F0BAC0 (or 0xF0BAC0) is unknown color: approx Azalea. HEX triplet: F0, BA and C0. RGB value is (240,186,192). Sum of RGB (Red+Green+Blue) = 240+186+192=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAC0 is #0F453F. Grayscale: #CACACA. Windows color (decimal): -1000768 or 12630768. OLE color: 12630768.

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

Color convert

RGB240186192-
CMYK00.220.200.06
HSL353.33º64.29%83.53%-
HSV(B)353.33º22.5%94.12%-
XYZ63.0157.4557.64-
YUV202.83121.89154.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=38.83%
G=30.10%
B=31.07%

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
Decimal24018619200.220.200.06353.3364.2983.53
HexF0BAC00161461614054
Octal360272300026246541100124
Binary1111000010111010110000000101101010011010110000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAC0; }

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

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

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

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

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

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

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

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