#F3BCC0

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

Shades of Azalea #F3BCC0

Tints of Azalea #F3BCC0

Color information

#F3BCC0 (or 0xF3BCC0) is unknown color: approx Azalea. HEX triplet: F3, BC and C0. RGB value is (243,188,192). Sum of RGB (Red+Green+Blue) = 243+188+192=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC0 is #0C433F. Grayscale: #CCCCCC. Windows color (decimal): -803648 or 12631283. OLE color: 12631283.

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

Color convert

RGB243188192-
CMYK00.230.210.05
HSL355.64º69.62%84.51%-
HSV(B)355.64º22.63%95.29%-
XYZ64.4658.8357.83-
YUV204.9120.72155.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=39.00%
G=30.18%
B=30.82%

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
Decimal24318819200.230.210.05355.6469.6284.51
HexF3BCC00171551644655
Octal363274300027255544106125
Binary1111001110111100110000000101111010110110110010010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCC0; }

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

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

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

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

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

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

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

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