#F3BCC1

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

Shades of Azalea #F3BCC1

Tints of Azalea #F3BCC1

Color information

#F3BCC1 (or 0xF3BCC1) is unknown color: approx Azalea. HEX triplet: F3, BC and C1. RGB value is (243,188,193). Sum of RGB (Red+Green+Blue) = 243+188+193=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC1 is #0C433E. Grayscale: #CDCDCD. Windows color (decimal): -803647 or 12696819. OLE color: 12696819.

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

Color convert

RGB243188193-
CMYK00.230.210.05
HSL354.55º69.62%84.51%-
HSV(B)354.55º22.63%95.29%-
XYZ64.5758.8758.41-
YUV205.02121.22155.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=38.94%
G=30.13%
B=30.93%

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
Decimal24318819300.230.210.05354.5569.6284.51
HexF3BCC10171551634655
Octal363274301027255543106125
Binary1111001110111100110000010101111010110110110001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCC1; }

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

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

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

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

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

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

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

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