#F3BAC0

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

Shades of Azalea #F3BAC0

Tints of Azalea #F3BAC0

Color information

#F3BAC0 (or 0xF3BAC0) is unknown color: approx Azalea. HEX triplet: F3, BA and C0. RGB value is (243,186,192). Sum of RGB (Red+Green+Blue) = 243+186+192=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAC0 is #0C453F. Grayscale: #CBCBCB. Windows color (decimal): -804160 or 12630771. OLE color: 12630771.

HSL color Cylindrical-coordinate representation of color #F3BAC0: hue angle of 353.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAC0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243186192-
CMYK00.230.210.05
HSL353.68º70.37%84.12%-
HSV(B)353.68º23.46%95.29%-
XYZ64.0457.9857.69-
YUV203.73121.38156.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.13%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=39.13%
G=29.95%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318619200.230.210.05353.6870.3784.12
HexF3BAC00171551624654
Octal363272300027255542106124
Binary1111001110111010110000000101111010110110110001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAC0; }

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

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

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

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

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

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

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

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