#F3BCBF

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

Shades of Azalea #F3BCBF

Tints of Azalea #F3BCBF

Color information

#F3BCBF (or 0xF3BCBF) is unknown color: approx Azalea. HEX triplet: F3, BC and BF. RGB value is (243,188,191). Sum of RGB (Red+Green+Blue) = 243+188+191=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCBF is #0C4340. Grayscale: #CCCCCC. Windows color (decimal): -803649 or 12565747. OLE color: 12565747.

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

Color convert

RGB243188191-
CMYK00.230.210.05
HSL356.73º69.62%84.51%-
HSV(B)356.73º22.63%95.29%-
XYZ64.3558.7857.24-
YUV204.79120.22155.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 191 (75% from 255) = 30.71%
R=39.07%
G=30.23%
B=30.71%

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
Decimal24318819100.230.210.05356.7369.6284.51
HexF3BCBF0171551654655
Octal363274277027255545106125
Binary1111001110111100101111110101111010110110110010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCBF; }

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

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

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

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

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

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

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

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